diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-02-18 10:28:37 -0500 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-02-18 10:28:37 -0500 |
commit | 65d2918e716afb89359cfa59734d76c1ff8700cb (patch) | |
tree | 4685404f96642243d62c3a1a823340913d087090 /net/batman-adv/debugfs.c | |
parent | bf40e5561fd288a505d5d8d8bf45eef96fe7253d (diff) | |
parent | 338d00cfef07d74a072f96821c64b20f98517d72 (diff) |
Merge branch 'cleanups'
Merge cleanups requested by Linus.
* cleanups: (3 commits)
pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_request_commit
nfs: Can call nfs_clear_page_commit() instead
nfs: Provide and use helper functions for marking a page as unstable
Diffstat (limited to 'net/batman-adv/debugfs.c')
-rw-r--r-- | net/batman-adv/debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/debugfs.c b/net/batman-adv/debugfs.c index a12e25efaf6f..a4972874c056 100644 --- a/net/batman-adv/debugfs.c +++ b/net/batman-adv/debugfs.c | |||
@@ -233,7 +233,6 @@ static int batadv_debug_log_setup(struct batadv_priv *bat_priv) | |||
233 | 233 | ||
234 | static void batadv_debug_log_cleanup(struct batadv_priv *bat_priv) | 234 | static void batadv_debug_log_cleanup(struct batadv_priv *bat_priv) |
235 | { | 235 | { |
236 | return; | ||
237 | } | 236 | } |
238 | #endif | 237 | #endif |
239 | 238 | ||
@@ -405,6 +404,7 @@ struct batadv_debuginfo batadv_hardif_debuginfo_##_name = { \ | |||
405 | .release = single_release, \ | 404 | .release = single_release, \ |
406 | }, \ | 405 | }, \ |
407 | } | 406 | } |
407 | |||
408 | static BATADV_HARDIF_DEBUGINFO(originators, S_IRUGO, | 408 | static BATADV_HARDIF_DEBUGINFO(originators, S_IRUGO, |
409 | batadv_originators_hardif_open); | 409 | batadv_originators_hardif_open); |
410 | 410 | ||