nfsd4: remove redundant encode buffer size checking
[cascardo/linux.git] / fs / nfsd / nfssvc.c
index 9a4a5f9..1879e43 100644 (file)
@@ -591,12 +591,6 @@ nfsd(void *vrqstp)
        nfsdstats.th_cnt++;
        mutex_unlock(&nfsd_mutex);
 
-       /*
-        * We want less throttling in balance_dirty_pages() so that nfs to
-        * localhost doesn't cause nfsd to lock up due to all the client's
-        * dirty pages.
-        */
-       current->flags |= PF_LESS_THROTTLE;
        set_freezable();
 
        /*