Re: [PATCH] [CIFS] Added loop check when mounting DFS tree.
Steve French <[email protected]>
| Newsgroups | gmane.linux.file-systems.cifs |
|---|---|
| Message-ID | <[email protected]> |
Both are now merged. Thanks Igor for good work again. commit 5c2503a8e339fbc82f49d5706c5a4ad650dd9711 Author: Igor Mammedov <[email protected]> Date: Tue Apr 21 19:31:05 2009 +0400 Added loop check when mounting DFS tree. Added loop check when mounting DFS tree. mount will fail with ELOOP if referral walks exceed MAX_NESTED_LINK count. Signed-off-by: Igor Mammedov <[email protected]> Acked-by: Jeff Layton <[email protected]> Signed-off-by: Steve French <[email protected]> commit 1af28ceb923d04357733642a3dbc4497da4db1c2 Author: Igor Mammedov <[email protected]> Date: Tue Mar 17 19:00:30 2009 +0300 Enable dfs submounts to handle remote referrals. Having remote dfs root support in cifs_mount, we can afford to pass into it UNC that is remote. Signed-off-by: Igor Mammedov <[email protected]> Acked-by: Jeff Layton <[email protected]> Signed-off-by: Steve French <[email protected]> On Thu, Apr 30, 2009 at 10:10 AM, Jeff Layton <[email protected]> wrote: > On Tue, 21 Apr 2009 19:37:43 +0400 > Igor Mammedov <[email protected]> wrote: > >> I'm sorry for delay, >> a promised patch is attached. >> >> -- >> >> Best regards, >> >> ------------------------- >> Igor Mammedov, >> niallain "at" gmail.com >> >> >> >> > > Acked-by: Jeff Layton <[email protected]> > -- Thanks, Steve