commit | 4a873a472b3bbcfd425d7ae210afdec28c04e2e5 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Oct 27 21:30:14 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 27 21:30:14 2010 -0400 |
tree | 88aa333bfafcc5303b7a3074865f51f67ad836b9 | |
parent | bf89d16f6ef5389f1b9d8046e838ec87b9b3f8b9 [diff] |
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>