alistair23-linux/fs/ext4
Matthew Wilcox 1b938c0827 fs/buffer.c: remove block_write_full_page_endio()
The last in-tree caller of block_write_full_page_endio() was removed in
January 2013.  It's time to remove the EXPORT_SYMBOL, which leaves
block_write_full_page() as the only caller of
block_write_full_page_endio(), so inline block_write_full_page_endio()
into block_write_full_page().

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Dave Chinner <david@fromorbit.com>
Cc: Dheeraj Reddy <dheeraj.reddy@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-06-04 16:54:02 -07:00
..
acl.c ext2/3/4: use generic posix ACL infrastructure 2014-01-25 23:58:19 -05:00
acl.h ext2/3/4: use generic posix ACL infrastructure 2014-01-25 23:58:19 -05:00
balloc.c ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabled 2014-04-14 23:36:15 -04:00
bitmap.c
block_validity.c fs/ext4: use rbtree postorder iteration helper instead of opencoding 2014-01-23 16:37:03 -08:00
dir.c fs/ext4: use rbtree postorder iteration helper instead of opencoding 2014-01-23 16:37:03 -08:00
ext4.h ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent() 2014-04-11 10:35:17 -04:00
ext4_extents.h
ext4_jbd2.c jbd2: improve error messages for inconsistent journal heads 2014-03-12 16:38:03 -04:00
ext4_jbd2.h
extents.c ext4: disable COLLAPSE_RANGE for bigalloc 2014-04-19 16:38:21 -04:00
extents_status.c ext4: fix 64-bit number truncation warning 2014-04-07 10:18:56 -04:00
extents_status.h ext4: add ext4_es_store_pblock_status() 2014-02-19 20:15:15 -05:00
file.c These are regression and bug fixes for ext4. 2014-04-20 20:43:47 -07:00
fsync.c
hash.c
ialloc.c
indirect.c
inline.c ext4: delete "set but not used" variables 2014-01-11 13:26:56 -05:00
inode.c ext4: discard preallocations after removing space 2014-04-18 10:50:23 -04:00
ioctl.c ext4: clean up error handling in swap_inode_boot_loader() 2014-02-17 20:44:36 -05:00
Kconfig
Makefile
mballoc.c ext4: silence sparse check warning for function ext4_trim_extent 2014-04-12 23:01:28 -04:00
mballoc.h ext4: remove unused ac_ex_scanned 2014-02-20 13:32:10 -05:00
migrate.c
mmp.c
move_extent.c ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate 2014-02-23 15:18:59 -05:00
namei.c ext4: add cross rename support 2014-04-01 17:08:44 +02:00
page-io.c fs/buffer.c: remove block_write_full_page_endio() 2014-06-04 16:54:02 -07:00
resize.c arch: Mass conversion of smp_mb__*() 2014-04-18 14:20:48 +02:00
super.c ext4: initialize multi-block allocator before checking block descriptors 2014-04-07 10:54:20 -04:00
symlink.c
truncate.h
xattr.c ext4: fix jbd2 warning under heavy xattr load 2014-04-07 10:54:21 -04:00
xattr.h ext4: each filesystem creates and uses its own mb_cache 2014-03-18 19:24:49 -04:00
xattr_security.c
xattr_trusted.c
xattr_user.c