[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200227191849.GA79833@5ae7410f0801>
Date: Fri, 28 Feb 2020 03:18:49 +0800
From: kbuild test robot <lkp@...el.com>
To: Ritesh Harjani <riteshh@...ux.ibm.com>
Cc: kbuild-all@...ts.01.org, jack@...e.cz, tytso@....edu,
linux-ext4@...r.kernel.org
Subject: [RFC PATCH] ext4: ext4_iomap_xattr_ops can be static
Fixes: e3d16669487e ("ext4: Move ext4_fiemap to use iomap framework.")
Signed-off-by: kbuild test robot <lkp@...el.com>
---
extents.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c
index 204795232ce7e..42eeedd9db00c 100644
--- a/fs/ext4/extents.c
+++ b/fs/ext4/extents.c
@@ -4915,7 +4915,7 @@ static int ext4_iomap_xattr_begin(struct inode *inode, loff_t offset,
return error;
}
-const struct iomap_ops ext4_iomap_xattr_ops = {
+static const struct iomap_ops ext4_iomap_xattr_ops = {
.iomap_begin = ext4_iomap_xattr_begin,
};
Powered by blists - more mailing lists