diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2010-01-12 16:18:08 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-03-03 13:00:17 -0500 |
commit | 193cf4b99113a4550598ba9e8343e591fc062e23 (patch) | |
tree | f71904516c51033fc8c61309ff811f0280a6ac03 /include | |
parent | ad2a722f196d2b014f49e6c37e072df71eb3695f (diff) | |
download | linux-3.10-193cf4b99113a4550598ba9e8343e591fc062e23.tar.gz linux-3.10-193cf4b99113a4550598ba9e8343e591fc062e23.tar.bz2 linux-3.10-193cf4b99113a4550598ba9e8343e591fc062e23.zip |
libfs: Unexport and kill simple_prepare_write
Remove the EXPORT_UNUSED_SYMBOL of simple_prepare_write
Collapse simple_prepare_write into it's only caller, though
making it simpler and clearer to understand.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index ebb1cd5bc24..2b124c825e3 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2340,8 +2340,6 @@ extern int simple_rename(struct inode *, struct dentry *, struct inode *, struct extern int simple_sync_file(struct file *, struct dentry *, int); extern int simple_empty(struct dentry *); extern int simple_readpage(struct file *file, struct page *page); -extern int simple_prepare_write(struct file *file, struct page *page, - unsigned offset, unsigned to); extern int simple_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata); |