On Wed, Jun 07, 2006 at 05:10:36PM -0700, Dave Hansen wrote: > + error = mnt_want_write(oldnd.mnt); > if (error) > goto exit1; > > + error = do_path_lookup(newdfd, newname, LOOKUP_PARENT, &newnd); > + if (error) > + goto exit2; > + > + error = mnt_want_write(oldnd.mnt); WTF? Why raise it twice? - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html