]> git.baikalelectronics.ru Git - kernel.git/commit
Remove two unneeded exports and make two symbols static in fs/mpage.c
authorDmitri Vorobiev <dmitri.vorobiev@movial.com>
Mon, 30 Mar 2009 21:41:20 +0000 (00:41 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 1 Apr 2009 11:38:54 +0000 (07:38 -0400)
commit8176e72dab242c3d7ddc442e40c053911635a8ef
treed37babf1b56db8d6820e136c1daa8281553025a0
parentb2f097e29a532e41e678b3a0fc142744cdb2119d
Remove two unneeded exports and make two symbols static in fs/mpage.c

Commit 3329c6461a6b20f85b258b48ee6b2f45a1c7ed3c (vfs: add hooks for
ext4's delayed allocation support) exported the following functions

mpage_bio_submit()
__mpage_writepage()

for the benefit of ext4's delayed allocation support. Since commit
3bce258f2bead2524cbe9ef9deff3d331bc2d9b7 (ext4: Rework the
ext4_da_writepages() function), these functions are not used by the
ext4 driver anymore. However, the now unnecessary exports still
remain, and this patch removes those. Moreover, these two functions
can become static again.

The issue was spotted by namespacecheck.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/mpage.c
include/linux/mpage.h