]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: convert prefixpath delimiters in cifs_build_path_to_root
authorJeff Layton <jlayton@redhat.com>
Fri, 5 Aug 2011 14:28:01 +0000 (10:28 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Aug 2011 01:31:36 +0000 (18:31 -0700)
commit407529f61453bf0e683aa4584bfe2a5b864f1525
tree2e826556a8b71138a83f5f995962d41a02c5fca3
parentcae28d950cc7319a7e88deccbb0c4492f0830e6e
cifs: convert prefixpath delimiters in cifs_build_path_to_root

commit f9e8c45002cacad536b338dfa9e910e341a49c31 upstream.

Regression from 2.6.39...

The delimiters in the prefixpath are not being converted based on
whether posix paths are in effect. Fixes:

    https://bugzilla.redhat.com/show_bug.cgi?id=727834

Reported-and-Tested-by: Iain Arnell <iarnell@gmail.com>
Reported-by: Patrick Oltmann <patrick.oltmann@gmx.net>
Cc: Pavel Shilovsky <piastryyy@gmail.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/cifs/inode.c