Commit ddc13f45 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Nathan Scott

[XFS] Fix up daemon names

SGI Modid: xfs-linux:xfs-kern:166665a
parent 33c45458
......@@ -1641,7 +1641,7 @@ pagebuf_daemon(
struct list_head *curr, *next, tmp;
/* Set up the thread */
daemonize("pagebufd");
daemonize("xfsbufd");
current->flags |= PF_MEMALLOC;
pagebuf_daemon_task = current;
......
......@@ -453,7 +453,7 @@ syncd(void *arg)
vfs_t *vfsp = (vfs_t *) arg;
int error;
daemonize("xfs_syncd");
daemonize("xfssyncd");
vfsp->vfs_sync_task = current;
wmb();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment