diff options
author | Dave Chinner <david@fromorbit.com> | 2015-03-25 14:29:13 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-03-25 14:29:13 +1100 |
commit | d41bb03444147305e955cdd53753f0493e4d9e28 (patch) | |
tree | 37535eb32e725933b0c24df5c52c123b187fa910 /fs/xfs/xfs_iops.c | |
parent | 88e8fda99a4c99a1a6482510655dbd88cccd221b (diff) | |
parent | 7dcf5c3e4527cfa2807567b00387cf2ed5e07f00 (diff) |
Merge branch 'xfs-rename-whiteout' into for-next
Conflicts:
fs/xfs/xfs_inode.c
Diffstat (limited to 'fs/xfs/xfs_iops.c')
-rw-r--r-- | fs/xfs/xfs_iops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_iops.c b/fs/xfs/xfs_iops.c index 8b9e6887e315..015d6a366b16 100644 --- a/fs/xfs/xfs_iops.c +++ b/fs/xfs/xfs_iops.c @@ -394,7 +394,7 @@ xfs_vn_rename( struct xfs_name oname; struct xfs_name nname; - if (flags & ~(RENAME_NOREPLACE | RENAME_EXCHANGE)) + if (flags & ~(RENAME_NOREPLACE | RENAME_EXCHANGE | RENAME_WHITEOUT)) return -EINVAL; /* if we are exchanging files, we need to set i_mode of both files */ |