hi all,
> here is the code
>
> static inline int open_to_namei_flags(int flag)
> {
> if ((flag +1) & O_ACCMODE )
>
flag++;
}i dint get the logic behind this . i mean , what is the need to increase the > flag while opening a file? > > > > >
