repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ca7b27
)
Remove some debug residuals from fuse_nfs
author
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Mon, 4 Nov 2013 14:36:50 +0000
(06:36 -0800)
committer
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Mon, 4 Nov 2013 14:36:50 +0000
(06:36 -0800)
examples/fuse_nfs.c
patch
|
blob
|
blame
|
history
diff --git
a/examples/fuse_nfs.c
b/examples/fuse_nfs.c
index fa30764d2e1e5a4f46dd3256c167e45047173482..261a6aabd28c5b540ab78dfa4b2bc7fa69fa1f41 100644
(file)
--- a/
examples/fuse_nfs.c
+++ b/
examples/fuse_nfs.c
@@
-31,8
+31,6
@@
#define discard_const(ptr) ((void *)((intptr_t)(ptr)))
-FILE *fh=NULL;
-
struct nfs_context *nfs = NULL;
static int fuse_nfs_getattr(const char *path, struct stat *stbuf)
@@
-122,8
+120,6
@@
static int fuse_nfs_create(const char *path, mode_t mode, struct fuse_file_info
fi->fh = (uint64_t)nfsfh;
-//nfs_chown
-
return ret;
}