On Wed, Mar 09, 2011 at 02:58:59PM -0800, Andrew Morton wrote: > > +put_inode: > > + iput(inode); > > put_dentry: > > path_put(&path); > > put_memory: > > Is this correct? We've linked the inode to the dentry with > d_instantiate(), so the d_put() will do the iput() on the inode. ITYM path_put() and yes, it will. There's no leak. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>