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:
f8852de
)
Branch: b1_4
author
adilger
<adilger>
Fri, 22 Apr 2005 17:54:56 +0000
(17:54 +0000)
committer
adilger
<adilger>
Fri, 22 Apr 2005 17:54:56 +0000
(17:54 +0000)
Print file/directory for failed ioctl.
lustre/utils/liblustreapi.c
patch
|
blob
|
history
diff --git
a/lustre/utils/liblustreapi.c
b/lustre/utils/liblustreapi.c
index
f84d9fb
..
6e10b56
100644
(file)
--- a/
lustre/utils/liblustreapi.c
+++ b/
lustre/utils/liblustreapi.c
@@
-436,7
+436,8
@@
static int find_process_file(DIR *dir, char *dname, char *fname,
/* add fname to directory list; */
rc = errno;
} else {
- err_msg("IOC_MDC_GETSTRIPE ioctl failed");
+ err_msg("IOC_MDC_GETSTRIPE ioctl failed for '%s/%s'",
+ dname, fname);
rc = errno;
}
return rc;