]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static
authorTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:14 +0000 (21:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:14 +0000 (21:30 -0400)
commitbe1229774191132ddbd0538c0f7ed43c2ffb31a0
tree88aa333bfafcc5303b7a3074865f51f67ad836b9
parent521a5f1a8de85778c4fd80aaaff2de1db1366546
ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static

Fix a namespace leak by moving the function to the file where it is
used and making it static.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/fsync.c
fs/ext4/inode.c