Re: 2.6.2: "filp->f_mode & 2..."

From: Jamie Lokier
Date: Thu Feb 12 2004 - 22:33:45 EST


Ulrich Windl wrote:
> filp->f_mode & 2 || permission(filp->f_dentry->d_inode,2,NULL)
>
> It's obvious to some, likely for others that "2" there really stands for
> "002", the good old UNIX write permission.

That's FMODE_WRITE (= 2). It isn't related at all to the Unix write
permission of 002, as you'll notice FMODE_READ is 1, not 4.

-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/