Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
d41bb034
Commit
d41bb034
authored
Mar 25, 2015
by
Dave Chinner
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'xfs-rename-whiteout' into for-next
Conflicts: fs/xfs/xfs_inode.c
parents
88e8fda9
7dcf5c3e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
239 additions
and
171 deletions
+239
-171
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.c
+238
-170
fs/xfs/xfs_iops.c
fs/xfs/xfs_iops.c
+1
-1
No files found.
fs/xfs/xfs_inode.c
View file @
d41bb034
This diff is collapsed.
Click to expand it.
fs/xfs/xfs_iops.c
View file @
d41bb034
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment