K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-09-26T22:34:04.000000Z K 7 svn:log V 326 Lots of kernel code requires vnodE_if.h, so provide code to generate it if requested. LKMs which need it should use: SRCS+= vnode_if.h CLEANFILES+= vnode_if.h vnode_if.c These rules were already present for VFS LKMs; now they are enabled all the time. (VFS LKMs do not need the fragment above; it is still done for them.) END