]> bbs.cooldavid.org Git - net-next-2.6.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)
commit4a873a472b3bbcfd425d7ae210afdec28c04e2e5
tree88aa333bfafcc5303b7a3074865f51f67ad836b9
parentbf89d16f6ef5389f1b9d8046e838ec87b9b3f8b9
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