Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
55b70a03
Commit
55b70a03
authored
17 years ago
by
Trond Myklebust
Browse files
Options
Downloads
Patches
Plain Diff
NFS: Fix a typo in nfs_call_unlink()
Signed-off-by:
Trond Myklebust
<
Trond.Myklebust@netapp.com
>
parent
bad2a524
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fs/nfs/unlink.c
+1
-1
1 addition, 1 deletion
fs/nfs/unlink.c
with
1 addition
and
1 deletion
fs/nfs/unlink.c
+
1
−
1
View file @
55b70a03
...
...
@@ -171,7 +171,7 @@ static int nfs_call_unlink(struct dentry *dentry, struct nfs_unlinkdata *data)
if
(
parent
==
NULL
)
goto
out_free
;
dir
=
parent
->
d_inode
;
if
(
nfs_copy_dname
(
dentry
,
data
)
=
=
0
)
if
(
nfs_copy_dname
(
dentry
,
data
)
!
=
0
)
goto
out_dput
;
/* Non-exclusive lock protects against concurrent lookup() calls */
spin_lock
(
&
dir
->
i_lock
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment