Whamcloud - gitweb
LU-1756 kernel: clean up lustre_compat25.h
authorPeng Tao <tao.peng@emc.com>
Thu, 16 Aug 2012 07:59:21 +0000 (15:59 +0800)
committerOleg Drokin <green@whamcloud.com>
Mon, 29 Oct 2012 05:57:29 +0000 (01:57 -0400)
commit5e314327f35535075f77c0b149e96db4c520fdd9
treebcf06fee9aa59b02d91100845a310db388bb113f
parent9e88126a41ccc5358be6174580e820f6080a774c
LU-1756 kernel: clean up lustre_compat25.h

1. unused functions:
   mapping_has_pages(), ll_call_writepage(), __set_page_ll_data()
   ll_invalidate_inode_pages(), __set_page_ll_data()
   CheckWriteback(), KIOBUF_GET_BLOCKS()
2. rename ll_vfs_create to vfs_create
3. remove kdev_t related macros
4. move cfs_cleanup_group_info() to lustre_common.h
5. remove kiobuf
6. move ll_inode_blksize() to lustre_common.h
7. drop LL_RENAME_DOES_D_MOVE

Signed-off-by: Peng Tao <tao.peng@emc.com>
Change-Id: Ic5e29e399e70ccd04cbe1448f3c6cfc3a258289b
Reviewed-on: http://review.whamcloud.com/3686
Tested-by: Hudson
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
22 files changed:
libcfs/include/libcfs/darwin/darwin-types.h
libcfs/include/libcfs/winnt/winnt-types.h
lustre/include/darwin/lustre_compat.h
lustre/include/darwin/obd_class.h
lustre/include/liblustre.h
lustre/include/linux/Makefile.am
lustre/include/linux/lustre_common.h [new file with mode: 0644]
lustre/include/linux/lustre_compat25.h
lustre/include/linux/lustre_fsfilt.h
lustre/include/linux/lustre_lib.h
lustre/include/linux/lustre_lite.h
lustre/include/linux/lvfs.h
lustre/include/linux/lvfs_linux.h
lustre/include/linux/obd_class.h
lustre/include/linux/obd_support.h
lustre/llite/file.c
lustre/llite/llite_lib.c
lustre/llite/namei.c
lustre/llite/rw.c
lustre/llite/rw26.c
lustre/lvfs/lvfs_linux.c
lustre/obdclass/obd_mount.c