Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f08f391
)
Branch b1_8_gate
author
yangsheng
<yangsheng>
Tue, 11 Nov 2008 07:44:30 +0000
(07:44 +0000)
committer
yangsheng
<yangsheng>
Tue, 11 Nov 2008 07:44:30 +0000
(07:44 +0000)
b=17153
i=adilger, robert.read
Remove 2.4 check.
Author: tappro
CVSooi=<inspected_by>
lustre/quota/quota_interface.c
patch
|
blob
|
history
diff --git
a/lustre/quota/quota_interface.c
b/lustre/quota/quota_interface.c
index
bb7f297
..
4ede64d
100644
(file)
--- a/
lustre/quota/quota_interface.c
+++ b/
lustre/quota/quota_interface.c
@@
-45,14
+45,10
@@
# include <linux/init.h>
# include <linux/fs.h>
# include <linux/jbd.h>
-# if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0))
# include <linux/smp_lock.h>
# include <linux/buffer_head.h>
# include <linux/workqueue.h>
# include <linux/mount.h>
-# else
-# include <linux/locks.h>
-# endif
#else /* __KERNEL__ */
# include <liblustre.h>
#endif