Whamcloud - gitweb
LU-1484 lprocfs: enable HAVE_PROCFS_USERS for rhel kernels
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Thu, 14 Feb 2013 21:27:05 +0000 (16:27 -0500)
committerJohann Lombardi <johann.lombardi@intel.com>
Mon, 18 Feb 2013 13:04:43 +0000 (08:04 -0500)
commitb691fbc492b92576088d545785c339a941f52140
tree1f3dbc902e18294521d5880947de8661e82b4015
parent03c778aaa2c5857ffbbdeed2d506cee9c7e67a4b
LU-1484 lprocfs: enable HAVE_PROCFS_USERS for rhel kernels

For rhel kernels, given only the kernel-devel rpm it is not possible
to tell if proc_dir_entry_aux is defined, so assume it is.  It has
been included since late in the 5.x release cycle.

Test-Parameters: envdefinitions=SLOW=yes clientdistro=el5 \
  serverdistro=el5 clientarch=x86_64 serverarch=x86_64 \
  testlist=recovery-small

Signed-off-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Change-Id: If17ecb0902ec90a1af6228d2b9b1b72bc68a6672
Reviewed-on: http://review.whamcloud.com/5439
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Bobi Jam <bobijam@gmail.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Johann Lombardi <johann.lombardi@intel.com>
lustre/autoconf/lustre-core.m4