Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Fri, 10 Jun 2005 17:28:32 +0000 (17:28 +0000)
committeradilger <adilger>
Fri, 10 Jun 2005 17:28:32 +0000 (17:28 +0000)
commite8380976956a5b230c609f178a0ef364c8245039
tree3e0fe3989f2703f23a32434c077e703d359c127b
parent0673471e9801a3c7e23fb0852b125f37ea0a87a0
Branch b1_4
Fix build for BGL ION kernel (2.4.19) which doesn't declare the quota stuff
even internally.  Obvious solutions like removing #ifndef (__KERNEL__) caused
newer kernel builds to fail because of duplicate declarations, and just
checking the LINUX_VERSION_CODE directly caused problems for liblustre.
lustre/include/lustre/lustre_user.h