Re: [Cluster-devel] [PATCH] gfs2: Update ctime in setflags ioctl

2017-09-25 Thread Bob Peterson
- Original Message - | The FS_IOC_SETFLAGS ioctl is supposed to update the inode ctime. | Fixes xfstests generic/277. | | Signed-off-by: Andreas Gruenbacher | --- | fs/gfs2/file.c | 1 + | 1 file changed, 1 insertion(+) Hi, Thanks. This is now pushed to the

[Cluster-devel] [PATCH] gfs2: Update ctime in setflags ioctl

2017-09-21 Thread Andreas Gruenbacher
The FS_IOC_SETFLAGS ioctl is supposed to update the inode ctime. Fixes xfstests generic/277. Signed-off-by: Andreas Gruenbacher --- fs/gfs2/file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 41ac7ef2755b..8fefb80fe830 100644 ---