Re: [Cluster-devel] [PATCH V2 linux-next] gfs2: convert simple_str to kstr

2015-05-05 Thread Fabian Frederick
On 05 May 2015 at 15:56 Bob Peterson rpete...@redhat.com wrote: Hi, Comments below. - Original Message - -Remove obsolete simple_str functions. -Return error code when kstr failed. -This patch also calls functions corresponding to destination type. Thanks to Alexey

[Cluster-devel] [PATCH V2 linux-next] gfs2: convert simple_str to kstr

2015-04-30 Thread Fabian Frederick
-Remove obsolete simple_str functions. -Return error code when kstr failed. -This patch also calls functions corresponding to destination type. Thanks to Alexey Dobriyan for suggesting improvements in block_store() and wdack_store() Signed-off-by: Fabian Frederick f...@skynet.be ---