summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
diff options
context:
space:
mode:
authorAndrew Morton2007-02-20 22:57:47 +0100
committerLinus Torvalds2007-02-21 02:10:13 +0100
commit5085b607fb6c03d7668126b55cb54f20969c203c (patch)
tree8a787c46a7f5198dfc1154de7b122ae0e2c7c2b2 /fs/xfs/linux-2.6/xfs_super.c
parent[PATCH] Fix build errors if bitop functions are do {} while macros (diff)
downloadkernel-qcow2-linux-5085b607fb6c03d7668126b55cb54f20969c203c.tar.gz
kernel-qcow2-linux-5085b607fb6c03d7668126b55cb54f20969c203c.tar.xz
kernel-qcow2-linux-5085b607fb6c03d7668126b55cb54f20969c203c.zip
[PATCH] xfs warning fix
fs/xfs/linux-2.6/xfs_super.c:903: warning: 'noinline' attribute ignored Cc: David Chinner <dgc@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c
index 1a4103ca593c..2f2c40db562e 100644
--- a/fs/xfs/linux-2.6/xfs_super.c
+++ b/fs/xfs/linux-2.6/xfs_super.c
@@ -900,7 +900,7 @@ static struct quotactl_ops xfs_quotactl_operations = {
.set_xquota = xfs_fs_setxquota,
};
-STATIC struct file_system_type xfs_fs_type = {
+static struct file_system_type xfs_fs_type = {
.owner = THIS_MODULE,
.name = "xfs",
.get_sb = xfs_fs_get_sb,