diff options
author | Christoph Hellwig <hch@lst.de> | 2014-07-24 12:07:15 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-07-24 12:07:15 +1000 |
commit | d716f8eedb143387afd35d337327090b8348159e (patch) | |
tree | cdaa237b8bbc2283d547c44cb1c0d1e20c773feb /fs/xfs/xfs_itable.h | |
parent | 8fe657760d5c8372cd4cf022c4cdb9307a3af995 (diff) | |
download | blackbird-obmc-linux-d716f8eedb143387afd35d337327090b8348159e.tar.gz blackbird-obmc-linux-d716f8eedb143387afd35d337327090b8348159e.zip |
xfs: remove xfs_bulkstat_single
From: Christoph Hellwig <hch@lst.de>
xfs_bukstat_one doesn't have any failure case that would go away when
called through xfs_bulkstat, so remove the fallback and the now unessecary
xfs_bulkstat_single function.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_itable.h')
-rw-r--r-- | fs/xfs/xfs_itable.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/xfs/xfs_itable.h b/fs/xfs/xfs_itable.h index 97295d91d170..6ea8b3912fa4 100644 --- a/fs/xfs/xfs_itable.h +++ b/fs/xfs/xfs_itable.h @@ -50,13 +50,6 @@ xfs_bulkstat( char __user *ubuffer,/* buffer with inode stats */ int *done); /* 1 if there are more stats to get */ -int -xfs_bulkstat_single( - xfs_mount_t *mp, - xfs_ino_t *lastinop, - char __user *buffer, - int *done); - typedef int (*bulkstat_one_fmt_pf)( /* used size in bytes or negative error */ void __user *ubuffer, /* buffer to write to */ int ubsize, /* remaining user buffer sz */ |