Re: [Cluster-devel] [PATCH 08/16] gfs2: use is_xxx_kiocb instead of filp-fl_flags

2015-04-07 Thread Steven Whitehouse
Hi, On 04/04/15 20:13, Dmitry Monakhov wrote: Cc: cluster-devel@redhat.com Signed-off-by: Dmitry Monakhov dmonak...@openvz.org Acked-by: Steven Whitehouse swhit...@redhat.com Steve. --- fs/gfs2/file.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[Cluster-devel] [PATCH 08/16] gfs2: use is_xxx_kiocb instead of filp-fl_flags

2015-04-04 Thread Dmitry Monakhov
Cc: cluster-devel@redhat.com Signed-off-by: Dmitry Monakhov dmonak...@openvz.org --- fs/gfs2/file.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index f6fc412..25da110 100644 --- a/fs/gfs2/file.c +++ b/fs/gfs2/file.c @@ -709,7 +709,7 @@