mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
fs: kill block_prepare_write
__block_write_begin and block_prepare_write are identical except for slightly different calling conventions. Convert all callers to the __block_write_begin calling conventions and drop block_prepare_write. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
56b0dacfa2
commit
ebdec241d5
14 changed files with 39 additions and 73 deletions
|
@ -2072,6 +2072,8 @@ void sd_attrs_to_i_attrs(__u16 sd_attrs, struct inode *inode);
|
|||
void i_attrs_to_sd_attrs(struct inode *inode, __u16 * sd_attrs);
|
||||
int reiserfs_setattr(struct dentry *dentry, struct iattr *attr);
|
||||
|
||||
int __reiserfs_write_begin(struct page *page, unsigned from, unsigned len);
|
||||
|
||||
/* namei.c */
|
||||
void set_de_name_and_namelen(struct reiserfs_dir_entry *de);
|
||||
int search_by_entry_key(struct super_block *sb, const struct cpu_key *key,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue