lkml.org 
[lkml]   [2012]   [Aug]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[ 068/109] nfsd4: our filesystems are normally case sensitive
    Date
    From: Greg KH <gregkh@linuxfoundation.org>

    3.4-stable review patch. If anyone has any objections, please let me know.

    ------------------

    From: "J. Bruce Fields" <bfields@redhat.com>

    commit 2930d381d22b9c56f40dd4c63a8fa59719ca2c3c upstream.

    Actually, xfs and jfs can optionally be case insensitive; we'll handle
    that case in later patches.

    Signed-off-by: J. Bruce Fields <bfields@redhat.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    fs/nfsd/nfs4xdr.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/fs/nfsd/nfs4xdr.c
    +++ b/fs/nfsd/nfs4xdr.c
    @@ -2233,7 +2233,7 @@ out_acl:
    if (bmval0 & FATTR4_WORD0_CASE_INSENSITIVE) {
    if ((buflen -= 4) < 0)
    goto out_resource;
    - WRITE32(1);
    + WRITE32(0);
    }
    if (bmval0 & FATTR4_WORD0_CASE_PRESERVING) {
    if ((buflen -= 4) < 0)



    \
     
     \ /
      Last update: 2012-08-08 02:01    [W:4.109 / U:0.272 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site