| To: | Dave Chinner <david@xxxxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH dgc-xfs] xfs: xfs_ioctl_setattr_check_projid can be static |
| From: | kbuild test robot <fengguang.wu@xxxxxxxxx> |
| Date: | Mon, 2 Feb 2015 15:06:25 +0800 |
| Cc: | kbuild-all@xxxxxx, xfs@xxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <201502021514.DMjnGg1n%fengguang.wu@xxxxxxxxx> |
| References: | <201502021514.DMjnGg1n%fengguang.wu@xxxxxxxxx> |
| User-agent: | Mutt/1.5.23 (2014-03-12) |
fs/xfs/xfs_ioctl.c:1146:1: sparse: symbol 'xfs_ioctl_setattr_check_projid' was
not declared. Should it be static?
Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
---
xfs_ioctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/xfs/xfs_ioctl.c b/fs/xfs/xfs_ioctl.c
index 1f186d2..1060513 100644
--- a/fs/xfs/xfs_ioctl.c
+++ b/fs/xfs/xfs_ioctl.c
@@ -1142,7 +1142,7 @@ xfs_ioctl_setattr_check_extsize(
return 0;
}
-int
+static int
xfs_ioctl_setattr_check_projid(
struct xfs_inode *ip,
struct fsxattr *fa)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [dgc-xfs:xfs-ioctl-setattr-cleanup 10/12] fs/xfs/xfs_ioctl.c:1102:1: sparse: symbol 'xfs_ioctl_setattr_check_extsize' was not declared. Should it be static?, kbuild test robot |
|---|---|
| Next by Date: | [dgc-xfs:xfs-ioctl-setattr-cleanup 11/12] fs/xfs/xfs_ioctl.c:1146:1: sparse: symbol 'xfs_ioctl_setattr_check_projid' was not declared. Should it be static?, kbuild test robot |
| Previous by Thread: | [dgc-xfs:xfs-ioctl-setattr-cleanup 11/12] fs/xfs/xfs_ioctl.c:1146:1: sparse: symbol 'xfs_ioctl_setattr_check_projid' was not declared. Should it be static?, kbuild test robot |
| Next by Thread: | Re: [PATCH 16/20] xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |