<div dir="ltr"><div><div>Hello All,<br><br></div>Can some one please help me to understand meaning of below code<br><br></div><snip><br><pre> if (!<a href="http://lxr.free-electrons.com/ident?i=list_empty">list_empty</a>(&<a href="http://lxr.free-electrons.com/ident?i=sb">sb</a>->s_inodes)) {
<a name="L406" href="http://lxr.free-electrons.com/source/fs/super.c#L406">406</a> <a href="http://lxr.free-electrons.com/ident?i=printk">printk</a>(<i>"VFS: Busy inodes after unmount of %s. "</i>
<a name="L407" href="http://lxr.free-electrons.com/source/fs/super.c#L407">407</a> <i>"Self-destruct in 5 seconds. Have a nice day...\n"</i>,
<a name="L408" href="http://lxr.free-electrons.com/source/fs/super.c#L408">408</a> <a href="http://lxr.free-electrons.com/ident?i=sb">sb</a>->s_id);
<a name="L409" href="http://lxr.free-electrons.com/source/fs/super.c#L409">409</a> }<br></pre><pre></snip><br><br></pre><pre>Are we doing here?<br><br></pre><pre>Thanks,<br></pre><pre>Dave<br></pre>
<br></div>