Hi,

Sorry to disturb you all.

In the d_alloc() function in the vfs layer of the filesystem(2.2.14
kernel) we can see the following: 

        dentry->d_mounts = dentry;
        dentry->d_covers = dentry;
        
Why should both the above be assigned the values of dentry. Wher elase is
this used. Please help me with this information. 

Thanks in advance,
Regards,
sathish.j

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

Reply via email to