From 2efd0a8f5a5e981022faaec780ee00c05eeee8aa Mon Sep 17 00:00:00 2001 From: Oleg Nesterov Date: Mon, 29 Aug 2011 20:17:24 +0200 Subject: [PATCH] autofs4_wait: remove the unused irqflags variable irqflags is not used since 33ee1d9bc213, remove it. Reported-by: Stephen Rothwell Signed-off-by: Oleg Nesterov --- fs/autofs4/waitq.c | 1 - 1 file changed, 1 deletion(-) 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]); -- 2.39.5