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
nexedi
linux
Commits
a4118ee1
Commit
a4118ee1
authored
Oct 27, 2010
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a couple of open-coded ihold() introduced by nfs merge
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
18cb657c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/nfs/unlink.c
fs/nfs/unlink.c
+2
-2
No files found.
fs/nfs/unlink.c
View file @
a4118ee1
...
...
@@ -444,9 +444,9 @@ nfs_async_rename(struct inode *old_dir, struct inode *new_dir,
/* set up nfs_renamedata */
data
->
old_dir
=
old_dir
;
atomic_inc
(
&
old_dir
->
i_count
);
ihold
(
old_dir
);
data
->
new_dir
=
new_dir
;
atomic_inc
(
&
new_dir
->
i_count
);
ihold
(
new_dir
);
data
->
old_dentry
=
dget
(
old_dentry
);
data
->
new_dentry
=
dget
(
new_dentry
);
nfs_fattr_init
(
&
data
->
old_fattr
);
...
...
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