commit | aeb5d727062a0238a2f96c9c380fbd2be4640c6f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Sep 02 15:28:45 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Oct 21 07:47:06 2008 -0400 |
tree | 51dae8a071fcf42e4431a66d37c5b843c8e99cf6 | |
parent | 2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4 [diff] [blame] |
[PATCH] introduce fmode_t, do annotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/drivers/block/paride/pt.c b/drivers/block/paride/pt.c index 5ae2296..1e4006e 100644 --- a/drivers/block/paride/pt.c +++ b/drivers/block/paride/pt.c
@@ -667,7 +667,7 @@ goto out; err = -EROFS; - if ((!(tape->flags & PT_WRITE_OK)) && (file->f_mode & 2)) + if ((!(tape->flags & PT_WRITE_OK)) && (file->f_mode & FMODE_WRITE)) goto out; if (!(iminor(inode) & 128))