diff options
Diffstat (limited to 'fs/namei.c')
-rw-r--r-- | fs/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c index 48e60a187325..1c0fca6e899e 100644 --- a/fs/namei.c +++ b/fs/namei.c | |||
@@ -2544,7 +2544,7 @@ SYSCALL_DEFINE2(link, const char __user *, oldname, const char __user *, newname | |||
2544 | * e) conversion from fhandle to dentry may come in the wrong moment - when | 2544 | * e) conversion from fhandle to dentry may come in the wrong moment - when |
2545 | * we are removing the target. Solution: we will have to grab ->i_mutex | 2545 | * we are removing the target. Solution: we will have to grab ->i_mutex |
2546 | * in the fhandle_to_dentry code. [FIXME - current nfsfh.c relies on | 2546 | * in the fhandle_to_dentry code. [FIXME - current nfsfh.c relies on |
2547 | * ->i_mutex on parents, which works but leads to some truely excessive | 2547 | * ->i_mutex on parents, which works but leads to some truly excessive |
2548 | * locking]. | 2548 | * locking]. |
2549 | */ | 2549 | */ |
2550 | static int vfs_rename_dir(struct inode *old_dir, struct dentry *old_dentry, | 2550 | static int vfs_rename_dir(struct inode *old_dir, struct dentry *old_dentry, |