summaryrefslogtreecommitdiffstats
path: root/src/sys/vfs
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2011-08-25 10:53:14 -0500
committerDouglas R. Gilbert <dgilbert@us.ibm.com>2011-09-07 10:37:16 -0500
commit6dd3a0514d3754d607be5689bf07a04d3cc8f483 (patch)
tree90428972c1acc0c6b470b83e84b2ece5780a6ad3 /src/sys/vfs
parentdd8d92217c8cebd6aa5408ad7fd4fa50ea248c84 (diff)
downloadtalos-hostboot-6dd3a0514d3754d607be5689bf07a04d3cc8f483.tar.gz
talos-hostboot-6dd3a0514d3754d607be5689bf07a04d3cc8f483.zip
Move libs to the extended image
Change-Id: I275a3a4b897e6426164e4f3bd642f92b0d3fed07 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/285 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Diffstat (limited to 'src/sys/vfs')
-rw-r--r--src/sys/vfs/vfs_main.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/vfs/vfs_main.C b/src/sys/vfs/vfs_main.C
index a4d066c85..599668cc3 100644
--- a/src/sys/vfs/vfs_main.C
+++ b/src/sys/vfs/vfs_main.C
@@ -125,7 +125,7 @@ void vfs_main(void* i_barrier)
// child == -1 means module not found in base image so send
// a message to VFS_MSG queue to look in the extended image
// VFS_MSG queue will handle the msg_respond()
- if( child == -1 ) // forward msg to usr vfs
+ if( child == (tid_t)-1 ) // forward msg to usr vfs
{
VfsEntry::key_type k;
strcpy(k.key, VFS_MSG);
OpenPOWER on IntegriCloud