Skip to content

Commit

Permalink
Revert "fuse: Fix build error" as unnecessary
Browse files Browse the repository at this point in the history
This reverts commit 097041e.

Trond had a better fix, which is the parent of this one ("Fix compile
error due to congestion_wait() changes")

Requested-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Linus Torvalds committed Jul 11, 2009
1 parent 373c0a7 commit 81e4e1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fs/fuse/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <linux/pagemap.h>
#include <linux/file.h>
#include <linux/slab.h>
#include <linux/blkdev.h>

MODULE_ALIAS_MISCDEV(FUSE_MINOR);

Expand Down
1 change: 0 additions & 1 deletion fs/nfs/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <linux/nfs_mount.h>
#include <linux/nfs_page.h>
#include <linux/backing-dev.h>
#include <linux/blkdev.h>

#include <asm/uaccess.h>

Expand Down

0 comments on commit 81e4e1b

Please sign in to comment.