Whamcloud - gitweb
LU-4746 libcfs: Use Linux kernel current_umask() function
[fs/lustre-release.git] / libcfs / include / libcfs / linux / libcfs.h
index f96a780..8c6864f 100644 (file)
@@ -127,7 +127,6 @@ struct cfs_stack_trace {
  * Macros to access common characteristics of "current" UNIX process.
  */
 #define current_pid()             (current->pid)
-#define current_umask()           (current->fs->umask)
 #define current_comm()            (current->comm)
 
 /* check if task is running in compat mode.*/