projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5d157e
)
Fix NFS2 compile error
author
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 25 Jun 2006 19:30:33 +0000
(12:30 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 25 Jun 2006 19:30:33 +0000
(12:30 -0700)
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>
fs/nfs/nfs2xdr.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/nfs2xdr.c
b/fs/nfs/nfs2xdr.c
index 3b939e055a082ef32f96384b4edb232b0b68886e..67391eef6b93554d36dce2f54f781308f8300570 100644
(file)
--- a/
fs/nfs/nfs2xdr.c
+++ b/
fs/nfs/nfs2xdr.c
@@
-25,8
+25,6
@@
#include <linux/nfs_fs.h>
#include "internal.h"
-#include "internal.h"
-
#define NFSDBG_FACILITY NFSDBG_XDR
/* #define NFS_PARANOIA 1 */