]> Git Repo - linux.git/blobdiff - fs/autofs4/autofs_i.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux.git] / fs / autofs4 / autofs_i.h
index d85f42fa92060003b7000f3e686a5070e3da908e..2d4ae40718d9ecdc35119a82a10d264ce5c178ea 100644 (file)
@@ -131,7 +131,7 @@ static inline struct autofs_info *autofs4_dentry_ino(struct dentry *dentry)
    filesystem without "magic".) */
 
 static inline int autofs4_oz_mode(struct autofs_sb_info *sbi) {
-       return sbi->catatonic || process_group(current) == sbi->oz_pgrp;
+       return sbi->catatonic || task_pgrp_nr(current) == sbi->oz_pgrp;
 }
 
 /* Does a dentry have some pending activity? */
This page took 0.032827 seconds and 4 git commands to generate.