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:
d049a6d
)
Branch b1_8
author
adilger
<adilger>
Wed, 27 May 2009 21:56:01 +0000
(21:56 +0000)
committer
adilger
<adilger>
Wed, 27 May 2009 21:56:01 +0000
(21:56 +0000)
Remove spurious function prototype that is already in a header.
b=18092
lustre/lvfs/lvfs_lib.c
patch
|
blob
|
history
diff --git
a/lustre/lvfs/lvfs_lib.c
b/lustre/lvfs/lvfs_lib.c
index
3f354af
..
dde2c34
100644
(file)
--- a/
lustre/lvfs/lvfs_lib.c
+++ b/
lustre/lvfs/lvfs_lib.c
@@
-246,7
+246,6
@@
int obd_fail_check(__u32 id)
}
if (obd_fail_loc & OBD_FAIL_RAND) {
- unsigned int ll_rand(void);
if (obd_fail_val < 2)
return 0;
if (ll_rand() % obd_fail_val > 0)