Re: [PATCH v7 01/22] fs: remove call_fsync helper function

2017-06-26 Thread Carlos Maiolino
On Fri, Jun 16, 2017 at 03:34:06PM -0400, Jeff Layton wrote: > Requested-by: Christoph Hellwig > Signed-off-by: Jeff Layton > --- > fs/sync.c | 2 +- > include/linux/fs.h | 6 -- > ipc/shm.c | 2 +- > 3 files changed, 2

Re: [PATCH v7 01/22] fs: remove call_fsync helper function

2017-06-20 Thread Jan Kara
On Fri 16-06-17 15:34:06, Jeff Layton wrote: > Requested-by: Christoph Hellwig > Signed-off-by: Jeff Layton Looks good. You can add: Reviewed-by: Jan Kara Honza > ---

Re: [PATCH v7 01/22] fs: remove call_fsync helper function

2017-06-20 Thread Christoph Hellwig
On Fri, Jun 16, 2017 at 03:34:06PM -0400, Jeff Layton wrote: > Requested-by: Christoph Hellwig > Signed-off-by: Jeff Layton Looks good, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs"

[PATCH v7 01/22] fs: remove call_fsync helper function

2017-06-16 Thread Jeff Layton
Requested-by: Christoph Hellwig Signed-off-by: Jeff Layton --- fs/sync.c | 2 +- include/linux/fs.h | 6 -- ipc/shm.c | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/fs/sync.c b/fs/sync.c index