On Fri, Nov 08, 2013 at 10:48:53AM -0800, Randy Dunlap wrote:
> vfs build errors:
> 
> fs/open.c:486:3: error: implicit declaration of function 'break_deleg_wait' 
> [-Werror=implicit-function-declaration]
> fs/namei.c:3726:3: error: implicit declaration of function 'break_deleg_wait' 
> [-Werror=implicit-function-declaration]
> fs/utimes.c:110:3: error: implicit declaration of function 'break_deleg_wait' 
> [-Werror=implicit-function-declaration]

... when FILE_LOCKING isn't set.  Yes, break_deleg_wait() is not defined in
that case (and its call sites are unreachable).  Fixed and pushed...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to