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

Branch HEAD

b=13568
i=adilger
i=johann

Remove the 2.4 kernel check from mgs subsystem.
parent 0e91d91a
No related branches found
No related tags found
No related merge requests found
...@@ -14,18 +14,26 @@ ...@@ -14,18 +14,26 @@
Severity : normal Severity : normal
Bugzilla : 13568 Bugzilla : 13568
Description: Remove 2.4 kernel checks lustre 1.8 Description: Remove 2.4 kernel support from lustre 1.8.0
Details : Remove 2.5.0 check from quota_check.c, quota_ctl.c, Details : Remove 2.5.0 check from quota_check.c, quota_ctl.c,
quota_interface.c in quota subsystem. quota_interface.c in quota subsystem.
Remove 2.4 kernel check from obd_mount.c, linux/linux-sysctl.c in Remove 2.4 kernel check from obd_mount.c, linux/linux-sysctl.c in
obdclass subsystem. obdclass subsystem.
Remove lock_24kernel from fsfilt_ext3.c fsfilt_reiserfs.c Remove lock_24kernel from fsfilt_ext3.c fsfilt_reiserfs.c
lvfs_linux.c upcall_cache.c in lvfs subsystem. lvfs_linux.c upcall_cache.c in lvfs subsystem.
Remove 2.5.0 check from dcache.c dir.c file.c llite_internal.h
llite_lib.c llite_mmap.c lproc_llite.c namei.c rw.c symlink.c
in llite subsystem.
Remove 2.5.0 check from handler.c lproc_mds.c mds_fs.c
mds_internal.h mds_lib.c mds_open.c mds_reint.c mds_xattr.c
in mds subsystem.
Remove 2.4 kernel check from lproc_osc.c, osc_request.c in osc Remove 2.4 kernel check from lproc_osc.c, osc_request.c in osc
subsystem. subsystem.
Remove 2.4 kernel check from filter.c, lproc_obdfilter.c in Remove 2.4 kernel check from filter.c, lproc_obdfilter.c in
obdfilter subsystem. obdfilter subsystem.
Remove 2.4 kernel code from lustre/obdecho/echo_client.c. Remove 2.4 kernel code from lustre/obdecho/echo_client.c.
Remove 2.4 kernel check from lustre/mgs/lproc_mgs.c,
lustre/mgs/mgs_fs.c.
Severity : enhancement Severity : enhancement
Bugzilla : 13690 Bugzilla : 13690
...@@ -469,15 +477,6 @@ Details : Update to the latest RHEL 4 kernel to fix the vulnerability ...@@ -469,15 +477,6 @@ Details : Update to the latest RHEL 4 kernel to fix the vulnerability
described in CVE-2007-4573. This problem could allow untrusted described in CVE-2007-4573. This problem could allow untrusted
local users to gain root access. local users to gain root access.
Severity : normal
Bugzilla : 13568
Description: Remove 2.4 kernel checks lustre 1.8
Details : Remove 2.5.0 check from dcache.c dir.c file.c llite_internal.h
llite_lib.c llite_mmap.c lproc_llite.c namei.c rw.c symlink.c
llite subsystem.
Remove 2.5.0 check from handler.c lproc_mds.c mds_fs.c
mds_internal.h mds_lib.c mds_open.c mds_reint.c mds_xattr.c
in mds subsystem.
Severity : normal Severity : normal
Frequency : when using O_DIRECT and quotas Frequency : when using O_DIRECT and quotas
......
...@@ -25,9 +25,7 @@ ...@@ -25,9 +25,7 @@
#define DEBUG_SUBSYSTEM S_CLASS #define DEBUG_SUBSYSTEM S_CLASS
#include <linux/version.h> #include <linux/version.h>
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0))
#include <asm/statfs.h> #include <asm/statfs.h>
#endif
#include <obd.h> #include <obd.h>
#include <obd_class.h> #include <obd_class.h>
#include <lprocfs_status.h> #include <lprocfs_status.h>
......
...@@ -31,9 +31,7 @@ ...@@ -31,9 +31,7 @@
#include <linux/kmod.h> #include <linux/kmod.h>
#include <linux/version.h> #include <linux/version.h>
#include <linux/sched.h> #include <linux/sched.h>
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0))
#include <linux/mount.h> #include <linux/mount.h>
#endif
#include <obd_class.h> #include <obd_class.h>
#include <obd_support.h> #include <obd_support.h>
#include <lustre_disk.h> #include <lustre_disk.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