[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191227001749.u2fcvchg2lautgup@4978f4969bb8>
Date: Fri, 27 Dec 2019 08:17:49 +0800
From: kbuild test robot <lkp@...el.com>
To: yu kuai <yukuai3@...wei.com>
Cc: kbuild-all@...ts.01.org, darrick.wong@...cle.com,
bfoster@...hat.com, dchinner@...hat.com, sandeen@...deen.net,
cmaiolino@...hat.com, hch@....de, linux-xfs@...r.kernel.org,
linux-kernel@...r.kernel.org, yukuai3@...wei.com,
zhengbin13@...wei.com, yi.zhang@...wei.com, houtao1@...wei.com
Subject: [RFC PATCH] xfs: try_split_da_extent can be static
Fixes: 1c6c6a28e3cb ("xfs: fix stale data exposure problem when punch hole, collapse range or zero range across a delalloc extent")
Signed-off-by: kbuild test robot <lkp@...el.com>
---
xfs_file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c
index 40773d7e6d235..f0b7e60860470 100644
--- a/fs/xfs/xfs_file.c
+++ b/fs/xfs/xfs_file.c
@@ -786,7 +786,7 @@ xfs_break_layouts(
return error;
}
-int
+static int
try_split_da_extent(
struct xfs_inode *ip,
loff_t offset,
Powered by blists - more mailing lists