]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
autofs4_wait: remove the unused irqflags variable
authorOleg Nesterov <oleg@redhat.com>
Mon, 29 Aug 2011 18:17:24 +0000 (20:17 +0200)
committerOleg Nesterov <oleg@redhat.com>
Mon, 29 Aug 2011 18:17:24 +0000 (20:17 +0200)
irqflags is not used since 33ee1d9bc213, remove it.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
fs/autofs4/waitq.c

index 58ba49a32ff4e16fff87db2b9d0d93679650c7fb..09fb50351578b68bfdc8eef5bf67cabc26e04742 100644 (file)
@@ -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]);