X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Finternal.h;h=cef0913e5d417418166986d09d0da11817af1edb;hb=c624c86615fb8aa61fa76ed8c935446d06c80e77;hp=f57ced528cde71d498ecb6339188cf6d4cd216f9;hpb=efeb1a3ab91dc6bead3b5a522c0ceca1d711feb1;p=deliverable%2Flinux.git diff --git a/fs/internal.h b/fs/internal.h index f57ced528cde..cef0913e5d41 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -11,6 +11,7 @@ struct super_block; struct file_system_type; +struct iomap; struct linux_binprm; struct path; struct mount; @@ -39,6 +40,8 @@ static inline int __sync_blockdev(struct block_device *bdev, int wait) * buffer.c */ extern void guard_bio_eod(int rw, struct bio *bio); +extern int __block_write_begin_int(struct page *page, loff_t pos, unsigned len, + get_block_t *get_block, struct iomap *iomap); /* * char_dev.c