ext4: remove unused function __ext4_write_dirty_metadata
authorTheodore Ts'o <tytso@mit.edu>
Mon, 25 May 2009 15:51:00 +0000 (11:51 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 25 May 2009 15:51:00 +0000 (11:51 -0400)
commit759d427aa5a9d88a81afd11817cdeb40aea85234
tree8e8316ed77c9ee21cce9058d5b477c0e7cf4462b
parent0f7ee7c17241915fdaff49d1a36f5aafd80a7dce
ext4: remove unused function __ext4_write_dirty_metadata

The __ext4_write_dirty_metadata() function was introduced by commit
0390131b, "ext4: Allow ext4 to run without a journal", but nothing
ever used the function, either then or since.  So let's remove it and
save a bit of space.

Cc: Frank Mayhar <fmayhar@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c