summaryrefslogtreecommitdiffstats
path: root/fs/ext4/file.c
diff options
context:
space:
mode:
authorStephen Hemminger2014-05-12 16:50:23 +0200
committerTheodore Ts'o2014-05-12 16:50:23 +0200
commitc197855ea14175a25003c276824689e8ba318e53 (patch)
treeb01d69bebe4c4dc5ca276447ec9d16bece30c723 /fs/ext4/file.c
parentext4: fix block bitmap validation when bigalloc, ^flex_bg (diff)
downloadkernel-qcow2-linux-c197855ea14175a25003c276824689e8ba318e53.tar.gz
kernel-qcow2-linux-c197855ea14175a25003c276824689e8ba318e53.tar.xz
kernel-qcow2-linux-c197855ea14175a25003c276824689e8ba318e53.zip
ext4: make local functions static
I have been running make namespacecheck to look for unneeded globals, and found these in ext4. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/file.c')
-rw-r--r--fs/ext4/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/file.c b/fs/ext4/file.c
index 7d55a591deba..2389c4e71bf8 100644
--- a/fs/ext4/file.c
+++ b/fs/ext4/file.c
@@ -57,7 +57,7 @@ static int ext4_release_file(struct inode *inode, struct file *filp)
return 0;
}
-void ext4_unwritten_wait(struct inode *inode)
+static void ext4_unwritten_wait(struct inode *inode)
{
wait_queue_head_t *wq = ext4_ioend_wq(inode);