OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_78-6-g4209e98
Gerrit Code Review
gerrit@openafs.org
Thu, 25 Nov 2010 13:31:48 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 4209e98c2d61256bbfe07f3d005b83746ec4a5d0
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.
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>
(cherry picked from commit 2ea841feac2de8ade987c18cb7043aacfebe0d83)
Change-Id: I1f17068a1a06654568f30b75c5c65da0100995cd
Reviewed-on: http://gerrit.openafs.org/3251
acinclude.m4 | 1 +
src/afs/LINUX/osi_vfsops.c | 18 +++++++++++++++++-
2 files changed, 18 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository