X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fgfs2%2Fmain.c;h=85ba027d1c4d5a9209d2cb22b7829ea7b08bb3cd;hb=58a69cb47ec6991bf006a3e5d202e8571b0327a4;hp=ebef7ab6e17e4f55396888bce84287d1e5b4a240;hpb=7576958a9d5a4a677ad7dd40901cdbb6c1110c98;p=mv-sheeva.git diff --git a/fs/gfs2/main.c b/fs/gfs2/main.c index ebef7ab6e17..85ba027d1c4 100644 --- a/fs/gfs2/main.c +++ b/fs/gfs2/main.c @@ -144,7 +144,7 @@ static int __init init_gfs2_fs(void) error = -ENOMEM; gfs_recovery_wq = alloc_workqueue("gfs_recovery", - WQ_MEM_RECLAIM | WQ_FREEZEABLE, 0); + WQ_MEM_RECLAIM | WQ_FREEZABLE, 0); if (!gfs_recovery_wq) goto fail_wq;