提交 5085b607 编写于 作者: A Andrew Morton 提交者: Linus Torvalds

[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: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 7b8f850b
...@@ -900,7 +900,7 @@ static struct quotactl_ops xfs_quotactl_operations = { ...@@ -900,7 +900,7 @@ static struct quotactl_ops xfs_quotactl_operations = {
.set_xquota = xfs_fs_setxquota, .set_xquota = xfs_fs_setxquota,
}; };
STATIC struct file_system_type xfs_fs_type = { static struct file_system_type xfs_fs_type = {
.owner = THIS_MODULE, .owner = THIS_MODULE,
.name = "xfs", .name = "xfs",
.get_sb = xfs_fs_get_sb, .get_sb = xfs_fs_get_sb,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册