summaryrefslogtreecommitdiff
path: root/fs/aufs/vfsub.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/aufs/vfsub.h')
-rw-r--r--fs/aufs/vfsub.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/aufs/vfsub.h b/fs/aufs/vfsub.h
index 291bfae7a..64fff0f0d 100644
--- a/fs/aufs/vfsub.h
+++ b/fs/aufs/vfsub.h
@@ -183,6 +183,12 @@ static inline unsigned int vfsub_file_flags(struct file *file)
return flags;
}
+static inline int vfsub_file_execed(struct file *file)
+{
+ /* todo: direct access f_flags */
+ return !!(vfsub_file_flags(file) & __FMODE_EXEC);
+}
+
#if 0 /* reserved */
static inline void vfsub_file_accessed(struct file *h_file)
{