[PATCH] make create() follow symlinks again
The intent patches broke behaviour w.r.t. following symlinks when doing an open() with file creation. The problem occurs in open_namei() because the LOOKUP_PARENT flag is no longer set when we do the call to follow_link().
Showing
Please register or sign in to comment