Skip to content
Snippets Groups Projects
Commit 983ed2a1 authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch HEAD

b=13568
i=nathan
i=green

Remove 2.4 kernel check from lustre/lmv/lproc_lmv.c.
parent 9b444af6
No related merge requests found
......@@ -38,6 +38,7 @@ Details : Remove 2.5.0 check from quota_check.c, quota_ctl.c,
Remove 2.4 kernel check from lustre/mdt/mdt_lproc.c.
Remove 2.4 kernel code from lustre/mdc/mdc_request.c.
Remove 2.4 kernel check from lustre/lov/lproc_lov.c.
Remove 2.4 kernel check from lustre/lmv/lproc_lmv.c.
Severity : enhancement
Bugzilla : 13690
......
......@@ -23,9 +23,7 @@
#include <linux/version.h>
#include <linux/seq_file.h>
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0))
#include <asm/statfs.h>
#endif
#include <lprocfs_status.h>
#include <obd_class.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment