From: Chas Williams Date: Thu, 10 Feb 2005 16:30:41 +0000 (+0000) Subject: linux26-inode-got-i-sb-list-20050204 X-Git-Tag: BP-disconnected~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d47aace39f22a83f7c15b28c631695dc6aa362b5;p=packages%2Fo%2Fopenafs.git linux26-inode-got-i-sb-list-20050204 another thing to do at inode initialization --- diff --git a/acinclude.m4 b/acinclude.m4 index 9b29d30f8..a5fb5935d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -681,6 +681,9 @@ case $AFS_SYSNAME in *_linux* | *_umlinux*) if test "x$ac_cv_linux_fs_struct_inode_has_i_security" = "xyes"; then AC_DEFINE(STRUCT_INODE_HAS_I_SECURITY, 1, [define if you struct inode has i_security]) fi + if test "x$ac_cv_linux_fs_struct_inode_has_i_sb_list" = "xyes"; then + AC_DEFINE(STRUCT_INODE_HAS_I_SB_LIST, 1, [define if you struct inode has i_sb_list]) + fi if test "x$ac_cv_linux_fs_struct_inode_has_i_dirty_data_buffers" = "xyes"; then AC_DEFINE(STRUCT_INODE_HAS_I_DIRTY_DATA_BUFFERS, 1, [define if your struct inode has data_buffers]) fi