diff options
author | Steve French <sfrench@us.ibm.com> | 2008-05-20 19:50:46 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-05-20 19:50:46 +0000 |
commit | 0e4bbde94fdc33f5b3d793166b21bf768ca3e098 (patch) | |
tree | 858cc58dcd5b49de3611826cf5e57ae5d54345ed /fs/cifs/CHANGES | |
parent | 89562b777c50d100d1694db7b1b023279839b9ae (diff) | |
download | linux-3.10-0e4bbde94fdc33f5b3d793166b21bf768ca3e098.tar.gz linux-3.10-0e4bbde94fdc33f5b3d793166b21bf768ca3e098.tar.bz2 linux-3.10-0e4bbde94fdc33f5b3d793166b21bf768ca3e098.zip |
[CIFS] Enable DFS support for Unix query path info
Final piece for handling DFS in unix_query_path_info, constructing a
fake inode for the junction directory which the submount will cover.
Acked-by: Igor Mammedov <niallain@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 502a4c2b841..28e3d5c5fca 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES @@ -1,5 +1,7 @@ Version 1.53 ------------ +DFS support added (Microsoft Distributed File System client support needed +for referrals which enable a hierarchical name space among servers). Version 1.52 ------------ |