You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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>
This commit is contained in:
committed by
Linus Torvalds
parent
7b8f850beb
commit
5085b607fb
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user