mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[XFS] Remove last bulkstat false-positives with debug kernels.
SGI-PV: 953819 SGI-Modid: xfs-linux-melb:xfs-kern:26628a Signed-off-by: Nathan Scott <nathans@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
This commit is contained in:
parent
a3c6685eaa
commit
745b1f47fc
5 changed files with 22 additions and 17 deletions
|
@ -52,7 +52,8 @@ xfs_bulkstat_one_iget(
|
|||
bhv_vnode_t *vp;
|
||||
int error;
|
||||
|
||||
error = xfs_iget(mp, NULL, ino, 0, XFS_ILOCK_SHARED, &ip, bno);
|
||||
error = xfs_iget(mp, NULL, ino,
|
||||
XFS_IGET_BULKSTAT, XFS_ILOCK_SHARED, &ip, bno);
|
||||
if (error) {
|
||||
*stat = BULKSTAT_RV_NOTHING;
|
||||
return error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue