mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 04:42:12 +00:00
[XFS] xfs_bulkstat_one_dinode() never returns an error.
Mark it void. SGI-PV: 980084 SGI-Modid: xfs-linux-melb:xfs-kern:30828a Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Niv Sardi <xaiki@sgi.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
This commit is contained in:
parent
e4ac967b11
commit
7b07339048
@ -129,7 +129,7 @@ xfs_bulkstat_one_iget(
|
|||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
STATIC int
|
STATIC void
|
||||||
xfs_bulkstat_one_dinode(
|
xfs_bulkstat_one_dinode(
|
||||||
xfs_mount_t *mp, /* mount point for filesystem */
|
xfs_mount_t *mp, /* mount point for filesystem */
|
||||||
xfs_ino_t ino, /* inode number to get data for */
|
xfs_ino_t ino, /* inode number to get data for */
|
||||||
@ -198,8 +198,6 @@ xfs_bulkstat_one_dinode(
|
|||||||
buf->bs_blocks = be64_to_cpu(dic->di_nblocks);
|
buf->bs_blocks = be64_to_cpu(dic->di_nblocks);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
STATIC int
|
STATIC int
|
||||||
|
Loading…
Reference in New Issue
Block a user