Commit ce9d37c2 authored by Nathan Scott's avatar Nathan Scott

[XFS] Merge Yingpings fix for a vn_count assert failure during QA -

another ENOSPC condition.

SGI-PV: 950784
SGI-Modid: xfs-linux-melb:xfs-kern:25482a
Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent 238f4c54
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment