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:
32c726d
)
osd: osd_recovery_complete(): drop unneeded definitions
author
nikita
<nikita>
Mon, 21 Aug 2006 19:38:10 +0000
(19:38 +0000)
committer
nikita
<nikita>
Mon, 21 Aug 2006 19:38:10 +0000
(19:38 +0000)
lustre/osd/osd_handler.c
patch
|
blob
|
history
diff --git
a/lustre/osd/osd_handler.c
b/lustre/osd/osd_handler.c
index
89a391f
..
c6e6c1b
100644
(file)
--- a/
lustre/osd/osd_handler.c
+++ b/
lustre/osd/osd_handler.c
@@
-629,7
+629,7
@@
static int osd_inode_setattr(const struct lu_context *ctx,
{
__u64 bits;
int rc = 0;
-
+
bits = attr->la_valid;
LASSERT(!(bits & LA_TYPE)); /* Huh? You want too much. */
@@
-1822,11
+1822,9
@@
static int osd_process_config(const struct lu_context *ctx,
static int osd_recovery_complete(const struct lu_context *ctxt,
struct lu_device *d)
{
- struct osd_device *o = osd_dev(d);
- int rc = 0;
ENTRY;
/* TODO: orphans handling */
- RETURN(
rc
);
+ RETURN(
0
);
}
/*