X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_itable.c;fp=fs%2Fxfs%2Fxfs_itable.c;h=7e3626e5925c4ada9ed16e4fa103bbefd0ef1734;hb=f2d6761433d69d94e0b39ac44ef0f0f0b0508065;hp=200dc6fc8cc53e07502dcac2d1b884ffaa60a81a;hpb=ef35e9255d4ed12522e836fbcec861e7306d794a;p=karo-tx-linux.git diff --git a/fs/xfs/xfs_itable.c b/fs/xfs/xfs_itable.c index 200dc6fc8cc5..7e3626e5925c 100644 --- a/fs/xfs/xfs_itable.c +++ b/fs/xfs/xfs_itable.c @@ -34,6 +34,7 @@ #include "xfs_itable.h" #include "xfs_error.h" #include "xfs_btree.h" +#include "xfs_trace.h" STATIC int xfs_internal_inum( @@ -139,7 +140,8 @@ xfs_bulkstat_one_int( buf->bs_blocks = dic->di_nblocks + ip->i_delayed_blks; break; } - xfs_iput(ip, XFS_ILOCK_SHARED); + xfs_iunlock(ip, XFS_ILOCK_SHARED); + IRELE(ip); error = formatter(buffer, ubsize, ubused, buf);