Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abe51af
)
- THIS BREAKS b_unify
author
braam
<braam>
Wed, 23 Jul 2003 04:31:45 +0000
(
04:31
+0000)
committer
braam
<braam>
Wed, 23 Jul 2003 04:31:45 +0000
(
04:31
+0000)
2.6.0 patches now fixed to Linus specs. 2.6.0 compiles, untested.
beginning of similar changes for 2.4 changes
lustre/obdfilter/filter_log.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter_log.c
b/lustre/obdfilter/filter_log.c
index
d91e1e8
..
1a26a9d
100644
(file)
--- a/
lustre/obdfilter/filter_log.c
+++ b/
lustre/obdfilter/filter_log.c
@@
-186,7
+186,7
@@
static struct llog_handle *filter_log_create(struct obd_device *obd)
goto retry;
}
- rc = vfs_create(dparent->d_inode, dchild, S_IFREG);
+ rc = vfs_create(dparent->d_inode, dchild, S_IFREG
, NULL
);
if (rc) {
CERROR("log create failed rc = %d\n", rc);
GOTO(out_child, rc);