projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcc84ee
)
fix
author
Miklos Szeredi
<miklos@szeredi.hu>
Mon, 12 Dec 2005 09:34:45 +0000
(09:34 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Mon, 12 Dec 2005 09:34:45 +0000
(09:34 +0000)
ChangeLog
patch
|
blob
|
history
lib/fuse.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index d1d98e9e7db2dccea2dc7de4366de6a77c77423a..48b39292b6228cf6c91cc481c41babd8c7623149 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2005-12-12 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Fix stale code in ifdef FreeBSD. Patch from Csaba Henk
+
2005-12-09 Miklos Szeredi <miklos@szeredi.hu>
* Released 2.5.0-pre1
diff --git
a/lib/fuse.c
b/lib/fuse.c
index cd5307ccfac975bfbc490f925513936d7b6efefc..dfc9668c6c3fab7600c624907d3bbe11e4cb7bb5 100644
(file)
--- a/
lib/fuse.c
+++ b/
lib/fuse.c
@@
-1875,7
+1875,7
@@
struct fuse *fuse_new_common(int fd, const char *opts,
* In FreeBSD, we always use these settings as inode numbers are needed to
* make getcwd(3) work.
*/
- f->
flags |= FUSE_READDIR_INO
;
+ f->
conf.readdir_ino = 1
;
#endif
f->se = fuse_lowlevel_new(f->conf.llopts, &fuse_path_ops,