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

Branch HEAD

b=13568
i=green
i=adilger

Remove 2.4 kernel check from lustre/lov/lproc_lov.c.
parent c1f7caba
No related merge requests found
......@@ -37,6 +37,7 @@ Details : Remove 2.5.0 check from quota_check.c, quota_ctl.c,
Remove 2.4 kernel code from lustre/mgc/mgc_request.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.
Severity : enhancement
Bugzilla : 13690
......
......@@ -25,9 +25,7 @@
#define DEBUG_SUBSYSTEM S_CLASS
#include <linux/version.h>
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0))
#include <asm/statfs.h>
#endif
#include <lprocfs_status.h>
#include <obd_class.h>
#include <linux/seq_file.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