projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4ac967
)
[XFS] xfs_bulkstat_one_dinode() never returns an error.
author
David Chinner
<dgc@sgi.com>
Thu, 10 Apr 2008 02:24:04 +0000
(12:24 +1000)
committer
Lachlan McIlroy
<lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 02:01:27 +0000
(12:01 +1000)
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>
fs/xfs/xfs_itable.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_itable.c
b/fs/xfs/xfs_itable.c
index 45d8776408ef2a4f0829c25caf9130adf6e57169..eb85bdedad0c7505aa90bdeb09c97403b3979631 100644
(file)
--- a/
fs/xfs/xfs_itable.c
+++ b/
fs/xfs/xfs_itable.c
@@
-129,7
+129,7
@@
xfs_bulkstat_one_iget(
return error;
}
-STATIC
int
+STATIC
void
xfs_bulkstat_one_dinode(
xfs_mount_t *mp, /* mount point for filesystem */
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);
break;
}
-
- return 0;
}
STATIC int