K 10 svn:author V 7 attilio K 8 svn:date V 27 2012-09-07T23:10:10.783319Z K 7 svn:log V 314 There is no need for some vnop operations to panic if the filesystem got closed in a way or another. Also, this could really happen in practice because operations may be still in flight. Fix it by just returning ENXIO as all the other vnops do. Reported by: Gustau Perez i Querol Tested by: Gustau Perez i Querol END