projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[S390] Use strim instead of strstrip to avoid false warnings.
[linux-2.6.git]
/
arch
/
s390
/
hypfs
/
hypfs_vm.c
diff --git
a/arch/s390/hypfs/hypfs_vm.c
b/arch/s390/hypfs/hypfs_vm.c
index
d01fc8f
..
f0b0d31
100644
(file)
--- a/
arch/s390/hypfs/hypfs_vm.c
+++ b/
arch/s390/hypfs/hypfs_vm.c
@@
-124,7
+124,7
@@
static int hpyfs_vm_create_guest(struct super_block *sb,
/* guest dir */
memcpy(guest_name, data->guest_name, NAME_LEN);
EBCASC(guest_name, NAME_LEN);
- strstrip(guest_name);
+ strim(guest_name);
guest_dir = hypfs_mkdir(sb, systems_dir, guest_name);
if (IS_ERR(guest_dir))
return PTR_ERR(guest_dir);