diff options
author | Christoph Hellwig <hch@lst.de> | 2019-06-27 17:28:40 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-06-27 17:28:40 -0700 |
commit | 8af54f291e5cfdb215e0b3045cc365954c55855d (patch) | |
tree | 4bbc94900f63c46e1b85d4658680a094f171a095 /fs/internal.h | |
parent | 8d3e72a180b42c01ec00045e1bb8eb91175adafe (diff) | |
download | linux-8af54f291e5cfdb215e0b3045cc365954c55855d.tar.bz2 |
fs: fold __generic_write_end back into generic_write_end
This effectively reverts a6d639da63ae ("fs: factor out a
__generic_write_end helper") as we now open code what is left of that
helper in iomap.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/internal.h b/fs/internal.h index a48ef81be37d..2f3c3de51fad 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -40,8 +40,6 @@ static inline int __sync_blockdev(struct block_device *bdev, int wait) 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); -void __generic_write_end(struct inode *inode, loff_t pos, unsigned copied, - struct page *page); /* * char_dev.c |