diff options
-rw-r--r-- | fs/xfs/linux-2.6/xfs_iops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_iops.c b/fs/xfs/linux-2.6/xfs_iops.c index 64c3395074de..af487437bd7e 100644 --- a/fs/xfs/linux-2.6/xfs_iops.c +++ b/fs/xfs/linux-2.6/xfs_iops.c | |||
@@ -491,6 +491,8 @@ xfs_vn_symlink( | |||
491 | d_instantiate(dentry, ip); | 491 | d_instantiate(dentry, ip); |
492 | xfs_validate_fields(dir, &vattr); | 492 | xfs_validate_fields(dir, &vattr); |
493 | xfs_validate_fields(ip, &vattr); | 493 | xfs_validate_fields(ip, &vattr); |
494 | } else { | ||
495 | xfs_cleanup_inode(dvp, cvp, dentry, 0); | ||
494 | } | 496 | } |
495 | } | 497 | } |
496 | return -error; | 498 | return -error; |