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:
a8cdab6
)
* Added missing kportal_put_ni() when forcing portals failures
author
eeb
<eeb>
Thu, 3 Jul 2003 15:40:30 +0000
(15:40 +0000)
committer
eeb
<eeb>
Thu, 3 Jul 2003 15:40:30 +0000
(15:40 +0000)
lnet/libcfs/module.c
patch
|
blob
|
history
lustre/portals/libcfs/module.c
patch
|
blob
|
history
diff --git
a/lnet/libcfs/module.c
b/lnet/libcfs/module.c
index
5e3fcb5
..
14cc325
100644
(file)
--- a/
lnet/libcfs/module.c
+++ b/
lnet/libcfs/module.c
@@
-429,6
+429,7
@@
static int kportal_ioctl(struct inode *inode, struct file *file,
return (-EINVAL);
err = PtlFailNid (*nip, data->ioc_nid, data->ioc_count);
+ kportal_put_ni (data->ioc_nal);
break;
}
diff --git
a/lustre/portals/libcfs/module.c
b/lustre/portals/libcfs/module.c
index
5e3fcb5
..
14cc325
100644
(file)
--- a/
lustre/portals/libcfs/module.c
+++ b/
lustre/portals/libcfs/module.c
@@
-429,6
+429,7
@@
static int kportal_ioctl(struct inode *inode, struct file *file,
return (-EINVAL);
err = PtlFailNid (*nip, data->ioc_nid, data->ioc_count);
+ kportal_put_ni (data->ioc_nal);
break;
}