Commit 45ea3843 authored by Russell King's avatar Russell King

[ADFS] Fix sparse signed bitfield warning

parent e5ac0190
......@@ -17,7 +17,7 @@ struct adfs_inode_info {
__u32 execaddr; /* RISC OS exec address */
unsigned int filetype; /* RISC OS file type */
unsigned int attr; /* RISC OS permissions */
int stamped:1; /* RISC OS file has date/time */
unsigned int stamped:1; /* RISC OS file has date/time */
struct inode vfs_inode;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment