diff --git a/[refs] b/[refs] index bf85be4f728c..6534b7756214 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 033790449ba9c4dcf8478a87693d33df625c23b5 +refs/heads/master: 9d2de6ad2a78bb8b60bf7a54e6043dca44e9a801 diff --git a/trunk/fs/autofs4/root.c b/trunk/fs/autofs4/root.c index 0533d37c73ae..6e250030a690 100644 --- a/trunk/fs/autofs4/root.c +++ b/trunk/fs/autofs4/root.c @@ -243,7 +243,7 @@ static int try_to_fill_dentry(struct dentry *dentry, int flags) struct autofs_sb_info *sbi = autofs4_sbi(dentry->d_sb); struct autofs_info *ino = autofs4_dentry_ino(dentry); struct dentry *new; - int status = 0; + int status; /* Block on any pending expiry here; invalidate the dentry when expiration is done to trigger mount request with a new @@ -340,7 +340,7 @@ static int try_to_fill_dentry(struct dentry *dentry, int flags) } } - return status; + return 0; } /* For autofs direct mounts the follow link triggers the mount */