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:
97d3a80
)
Branch b1_8
author
adilger
<adilger>
Thu, 2 Apr 2009 04:38:19 +0000
(
04:38
+0000)
committer
adilger
<adilger>
Thu, 2 Apr 2009 04:38:19 +0000
(
04:38
+0000)
Fix line wrap to 80 columns.
lustre/ptlrpc/lproc_ptlrpc.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/lproc_ptlrpc.c
b/lustre/ptlrpc/lproc_ptlrpc.c
index
8258edc
..
f9983a9
100644
(file)
--- a/
lustre/ptlrpc/lproc_ptlrpc.c
+++ b/
lustre/ptlrpc/lproc_ptlrpc.c
@@
-180,7
+180,7
@@
void ptlrpc_lprocfs_register(struct proc_dir_entry *root, char *dir,
LASSERT(*procroot_ret == NULL);
LASSERT(*stats_ret == NULL);
- svc_stats = lprocfs_alloc_stats(EXTRA_MAX_OPCODES
+ LUSTRE_MAX_OPCODES,
0);
+ svc_stats = lprocfs_alloc_stats(EXTRA_MAX_OPCODES
+LUSTRE_MAX_OPCODES,
0);
if (svc_stats == NULL)
return;
@@
-523,7
+523,7
@@
static int ptlrpc_lprocfs_wr_hp_ratio(struct file *file, const char *buffer,
{
struct ptlrpc_service *svc = data;
int rc, val;
-
+
rc = lprocfs_write_helper(buffer, count, &val);
if (rc < 0)
return rc;