--- zzzz-none-000/linux-2.6.32.61/fs/notify/inotify/inotify.c 2013-06-10 09:43:48.000000000 +0000 +++ ar9-7330-650/linux-2.6.32.61/fs/notify/inotify/inotify.c 2011-10-21 12:21:44.000000000 +0000 @@ -626,7 +626,7 @@ while (1) { struct inotify_watch *watch; struct list_head *watches; - struct super_block *sb; + struct super_block *sb __maybe_unused__; struct inode *inode; int how; @@ -855,7 +855,7 @@ int inotify_rm_wd(struct inotify_handle *ih, u32 wd) { struct inotify_watch *watch; - struct super_block *sb; + struct super_block *sb __maybe_unused__; struct inode *inode; int how;