Home
last modified time | relevance | path

Searched hist:"3 b6cee7b" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/vt6656/
H A Drxtx.c3b6cee7b Sun May 25 15:36:27 CDT 2014 Malcolm Priestley <tvboxspy@gmail.com> staging: vt6656: s_uGetRTSCTSRsvTime fix word lenght

Correct to length

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
/openbmc/linux/fs/nfsd/
H A Dvfs.c3b6cee7b Sun Oct 25 20:18:19 CDT 2009 J. Bruce Fields <bfields@citi.umich.edu> nfsd4: don't continue "under" mounts in V4ROOT case

If /A/mount/point/ has filesystem "B" mounted on top of it, and if "A"
is exported, but not "B", then the nfs server has always returned to the
client a filehandle for the mountpoint, instead of for the root of "B",
allowing the client to see the subtree of "A" that would otherwise be
hidden by B.

Disable this behavior in the case of V4ROOT exports; we implement the
path restrictions of V4ROOT exports by treating *every* directory as if
it were a mountpoint, and allowing traversal *only* if the new directory
is exported.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>