diff options
author | Vlad Apostolov <vapo@sgi.com> | 2006-09-28 11:06:15 +1000 |
---|---|---|
committer | Tim Shimmin <tes@sgi.com> | 2006-09-28 11:06:15 +1000 |
commit | 6f1f21684078884b62cfff2ea80a1a6c07f79824 (patch) | |
tree | fb238ef535e721cf6a0e992a416455335db26ad2 /fs/xfs/xfs_itable.h | |
parent | 6216ff18839bf302805f67c93e8bc344387c513b (diff) | |
download | linux-6f1f21684078884b62cfff2ea80a1a6c07f79824.tar.bz2 |
[XFS] pv 956241, author: nathans, rv: vapo - make ino validation checks
consistent in bulkstat
SGI-PV: 956241
SGI-Modid: xfs-linux-melb:xfs-kern:26984a
Signed-off-by: Vlad Apostolov <vapo@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_itable.h')
-rw-r--r-- | fs/xfs/xfs_itable.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/xfs/xfs_itable.h b/fs/xfs/xfs_itable.h index 6926c373a0a9..f25a28862a17 100644 --- a/fs/xfs/xfs_itable.h +++ b/fs/xfs/xfs_itable.h @@ -81,6 +81,11 @@ xfs_bulkstat_one( void *dibuff, int *stat); +int +xfs_internal_inum( + xfs_mount_t *mp, + xfs_ino_t ino); + int /* error status */ xfs_inumbers( xfs_mount_t *mp, /* mount point for filesystem */ |