git.samba.org
/
sfrench
/
cifs-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
writeback: remove unused function parameter
[sfrench/cifs-2.6.git]
/
include
/
linux
/
backing-dev.h
diff --git
a/include/linux/backing-dev.h
b/include/linux/backing-dev.h
index 7360e79e9a2f3585ab3a2ff884249bb1037a052f..e54e7e0033eb3c3fd97700a51e44225bd083551a 100644
(file)
--- a/
include/linux/backing-dev.h
+++ b/
include/linux/backing-dev.h
@@
-93,7
+93,7
@@
extern void wb_writeout_inc(struct bdi_writeback *wb);
/*
* maximal error of a stat counter.
*/
/*
* maximal error of a stat counter.
*/
-static inline unsigned long wb_stat_error(
struct bdi_writeback *wb
)
+static inline unsigned long wb_stat_error(
void
)
{
#ifdef CONFIG_SMP
return nr_cpu_ids * WB_STAT_BATCH;
{
#ifdef CONFIG_SMP
return nr_cpu_ids * WB_STAT_BATCH;