<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>&lt;snip&gt;<br><pre>        if (!<a href="http://lxr.free-electrons.com/ident?i=list_empty">list_empty</a>(&amp;<a href="http://lxr.free-electrons.com/ident?i=sb">sb</a>-&gt;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>&quot;VFS: Busy inodes after unmount of %s. &quot;</i>
<a name="L407" href="http://lxr.free-electrons.com/source/fs/super.c#L407">407</a>                            <i>&quot;Self-destruct in 5 seconds.  Have a nice day...\n&quot;</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>-&gt;s_id);
<a name="L409" href="http://lxr.free-electrons.com/source/fs/super.c#L409">409</a>                 }<br></pre><pre>&lt;/snip&gt;<br><br></pre><pre>Are we doing here?<br><br></pre><pre>Thanks,<br></pre><pre>Dave<br></pre>
<br></div>