Skip to content

Commit

Permalink
ANDROID: Incremental fs: Remove unneeded compatibility typedef
Browse files Browse the repository at this point in the history
Bug: 133435829
Test: builds, incfs_test passes
Change-Id: I9b2ad81d230009daadf2c30f3609fda16e79028c
Signed-off-by: Paul Lawrence <paullawrence@google.com>
  • Loading branch information
PaulLawrenceGoogle committed Jan 31, 2020
1 parent 7c05286 commit 383f53e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/incfs/vfs.c
Expand Up @@ -31,9 +31,6 @@
#define READ_EXEC_FILE_MODE 0555
#define READ_WRITE_FILE_MODE 0666

/* Needed for kernel 4.14 - remove for later kernels */
typedef unsigned int __poll_t;

static int incfs_remount_fs(struct super_block *sb, int *flags, char *data);

static int dentry_revalidate(struct dentry *dentry, unsigned int flags);
Expand Down

0 comments on commit 383f53e

Please sign in to comment.