diff options
author | Steve French <sfrench@us.ibm.com> | 2008-05-20 15:50:46 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-05-20 15:50:46 -0400 |
commit | 0e4bbde94fdc33f5b3d793166b21bf768ca3e098 (patch) | |
tree | 858cc58dcd5b49de3611826cf5e57ae5d54345ed /fs/cifs/CHANGES | |
parent | 89562b777c50d100d1694db7b1b023279839b9ae (diff) |
[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 502a4c2b8414..28e3d5c5fcac 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -1,5 +1,7 @@ | |||
1 | Version 1.53 | 1 | Version 1.53 |
2 | ------------ | 2 | ------------ |
3 | DFS support added (Microsoft Distributed File System client support needed | ||
4 | for referrals which enable a hierarchical name space among servers). | ||
3 | 5 | ||
4 | Version 1.52 | 6 | Version 1.52 |
5 | ------------ | 7 | ------------ |