OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-368-g2ea841f
Gerrit Code Review
gerrit@openafs.org
Wed, 3 Nov 2010 05:46:44 -0700 (PDT)
The following commit has been merged in the master branch:
commit 2ea841feac2de8ade987c18cb7043aacfebe0d83
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Tue Nov 2 20:54:20 2010 -0400
Linux: 2.6.37 - replace get_sb with mount
With kernel 2.6.37 the new entry point for mounting a filesystem
is the mount() operation instead of get_sb().
Replace afs_get_sb with afs_mount if the new operation is
available, and use mount_nodev instead of get_sb_nodev.
Note that this is not strictly required for 2.6.37 since the old
interfaces are still around, but we might as well switch now.
Change-Id: Icc73a552fd53148bdd7b84e6d3266491488d9ed2
Reviewed-on: http://gerrit.openafs.org/3245
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 1 +
src/afs/LINUX/osi_vfsops.c | 18 +++++++++++++++++-
2 files changed, 18 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository