From: Oleg Nesterov Date: Mon, 29 Aug 2011 18:17:24 +0000 (+0200) Subject: autofs4_wait: remove the unused irqflags variable X-Git-Tag: next-20110830~16^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2efd0a8f5a5e981022faaec780ee00c05eeee8aa;p=karo-tx-linux.git autofs4_wait: remove the unused irqflags variable irqflags is not used since 33ee1d9bc213, remove it. Reported-by: Stephen Rothwell Signed-off-by: Oleg Nesterov --- diff --git a/fs/autofs4/waitq.c b/fs/autofs4/waitq.c index 58ba49a32ff4..09fb50351578 100644 --- a/fs/autofs4/waitq.c +++ b/fs/autofs4/waitq.c @@ -459,7 +459,6 @@ int autofs4_wait(struct autofs_sb_info *sbi, struct dentry *dentry, if (wq->name.name) { /* Block all but "shutdown" signals while waiting */ sigset_t oldset, blocked; - unsigned long irqflags; oldset = current->blocked; siginitsetinv(&blocked, SHUTDOWN_SIGS & ~oldset.sig[0]);