⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 Solaris操作系统下的过滤驱动程序, C源码程序.
💻
字号:
# -*- text -*-		       LINUX PATCHES TO SUPPORT FISTTo support stackable file systems in Linux, at least for now, you have toapply one of the patches in this directory.  *NO* patches are needed tosupport stacking in Solaris, FreeBSD, or Linux 2.4.To apply these Linux patches into an existing source tree, use somethinglike:$ cd /usr/src/linux$ patch -p1 < fist-X.Y.Z.diffwhere X.Y.Z is your kernel version, or the closest one to it.  Then[re]build your kernel as usual.Note that we do not include patches for many of the linux-2.3 kernels.  Thereason is that these are alpha development kernels, and are by definitionunstable and changing.  So including patches for 2.3 kernels doesn't makesense.  They change too much too often.  You must therefore keep up with thelatest linux 2.3 kernel.Many people have asked me if I submitted these patches for inclusion withthe mainline kernel.  Yes I have, many times.  Most of my patches gotalready included in the linux kernel, at various points in the 2.3development tree.  But still, a few remain, and these patches here representwhat's left.  If you think my patches are useful for your work, then pleaseask the linux maintainers to include them soon.  Thanks.* WHAT DO THE 2.2 PATCHES DO?The patches are passive!  They are intended to make the Linux kernel more"stacking-friendly" so that my stacking templates can call VFS code directlyrather than reproducing it.- moved some static inline functions from .c files to .h files where they  can be called by our code.- we split some static inline functions from namei.c to their own header  <linux/dcache_func.h> because I needed to call those directly, and there  was no better place to put them.- make default_llseek a non-static function so it can be called from other  stackable file systems.- Added an extern declaration to default_llseek and other filemap functions  in fs.h.- exporting symbols for loadable modules in kernel/ksyms.cErez Zadok.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -