commit 3eb303704a4a3916795e0928acec1967713a8bca
Author: Yamini Allu <[EMAIL PROTECTED]>
Date: Mon Feb 25 10:19:36 2008 -0500
unionfs: Correction of API kernel_run to kthread_run
Signed-off-by: Yamini P. Allu <[EMAIL PROTECTED]>
diff --git a/fs/unionfs/sioq.c b/fs/unionfs/sioq.c
index d44a899..927eecc 100644
--- a/fs/unionfs/sioq.c
+++ b/fs/unionfs/sioq.c
@@ -96,7 +96,7 @@ int run_sioa(struct sioa_args *args, void (*work) (void *),
args->process = NULL;
args->timeout = timeout;
args->work = work;
- args->process = kernel_run(__run_sioa, args, "kunionfs_odf_cleanup");
+ args->process = kthread_run(__run_sioa, args, "kunionfs_odf_cleanup");
if (IS_ERR(args->process))
err = PTR_ERR(args->process);
return err;
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs