diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-17 02:27:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:53 -0400 |
commit | 4a239427f23c7850a33445178ec5f71e19d040b2 (patch) | |
tree | 8e16020bba040a457cdd669048f071c79617e972 /include/linux | |
parent | ba2a631b14fe8a9c122801c648c49a543d020d8d (diff) |
make fs/libfs.c:simple_commit_write() static
simple_commit_write() can now become static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
-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 73f0bdbe436a..bb89a5dfe9ad 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1886,8 +1886,6 @@ extern int simple_empty(struct dentry *); | |||
1886 | extern int simple_readpage(struct file *file, struct page *page); | 1886 | extern int simple_readpage(struct file *file, struct page *page); |
1887 | extern int simple_prepare_write(struct file *file, struct page *page, | 1887 | extern int simple_prepare_write(struct file *file, struct page *page, |
1888 | unsigned offset, unsigned to); | 1888 | unsigned offset, unsigned to); |
1889 | extern int simple_commit_write(struct file *file, struct page *page, | ||
1890 | unsigned offset, unsigned to); | ||
1891 | extern int simple_write_begin(struct file *file, struct address_space *mapping, | 1889 | extern int simple_write_begin(struct file *file, struct address_space *mapping, |
1892 | loff_t pos, unsigned len, unsigned flags, | 1890 | loff_t pos, unsigned len, unsigned flags, |
1893 | struct page **pagep, void **fsdata); | 1891 | struct page **pagep, void **fsdata); |