Skip to content

Commit

Permalink
Fix NFS2 compile error
Browse files Browse the repository at this point in the history
Trond had apparently merged the same patch twice, causing a duplicate
include of the "internal.h" file, with resulting obvious confusion.

Tssk.  I'm the only one allowed to send out trees that don't even
compile! Who does this Trond guy think he is?

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Linus Torvalds committed Jun 25, 2006
1 parent a5d157e commit f36f44d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/nfs/nfs2xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#include <linux/nfs_fs.h>
#include "internal.h"

#include "internal.h"

#define NFSDBG_FACILITY NFSDBG_XDR
/* #define NFS_PARANOIA 1 */

Expand Down

0 comments on commit f36f44d

Please sign in to comment.