diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/gfs2/ops_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_inode.c b/fs/gfs2/ops_inode.c index 9cc07f442ef5..84051b997a43 100644 --- a/fs/gfs2/ops_inode.c +++ b/fs/gfs2/ops_inode.c | |||
@@ -749,7 +749,7 @@ static int gfs2_rename(struct inode *odir, struct dentry *odentry, | |||
749 | if (error) | 749 | if (error) |
750 | goto out_end_trans; | 750 | goto out_end_trans; |
751 | 751 | ||
752 | error = gfs2_dir_mvino(ip, &name, nip, DT_DIR); | 752 | error = gfs2_dir_mvino(ip, &name, ndip, DT_DIR); |
753 | if (error) | 753 | if (error) |
754 | goto out_end_trans; | 754 | goto out_end_trans; |
755 | } else { | 755 | } else { |