Skip to content

Commit

Permalink
[XFS] Merge Yingpings fix for a vn_count assert failure during QA -
Browse files Browse the repository at this point in the history
another ENOSPC condition.

SGI-PV: 950784
SGI-Modid: xfs-linux-melb:xfs-kern:25482a

Signed-off-by: Nathan Scott <nathans@sgi.com>
  • Loading branch information
Nathan Scott committed Mar 17, 2006
1 parent 238f4c5 commit ce9d37c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/xfs/linux-2.6/xfs_iops.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,8 @@ xfs_vn_symlink(
d_instantiate(dentry, ip);
xfs_validate_fields(dir, &vattr);
xfs_validate_fields(ip, &vattr);
} else {
xfs_cleanup_inode(dvp, cvp, dentry, 0);
}
}
return -error;
Expand Down

0 comments on commit ce9d37c

Please sign in to comment.