Re: [Cluster-devel] [PATCH v2] GFS2: add support for rename2 and RENAME_EXCHANGE

2015-05-05 Thread Bob Peterson
- Original Message - gfs2 now uses the rename2 directory iop, and supports the RENAME_EXCHANGE flag (as well as RENAME_NOREPLACE, which the vfs takes care of). Signed-off-by: Benjamin Marzinski bmarz...@redhat.com Hi, Thanks. V2 patch is now in the upstream tree:

[Cluster-devel] [PATCH v2] GFS2: add support for rename2 and RENAME_EXCHANGE

2015-04-15 Thread Benjamin Marzinski
gfs2 now uses the rename2 directory iop, and supports the RENAME_EXCHANGE flag (as well as RENAME_NOREPLACE, which the vfs takes care of). Signed-off-by: Benjamin Marzinski bmarz...@redhat.com --- fs/gfs2/inode.c | 205 +++- 1 file changed, 189