]> git.pld-linux.org Git - packages/kernel.git/blame - linux-ext3-quota.patch
- obsolete
[packages/kernel.git] / linux-ext3-quota.patch
CommitLineData
5b0325d0
JR
1--- linux/fs/ext3/file.c~ Sat Jul 28 18:07:14 2001
2+++ linux/fs/ext3/file.c Sat Jul 28 23:20:34 2001
3@@ -65,11 +65,7 @@
4 }
5
6 struct file_operations ext3_file_operations = {
7-#ifdef EXT3_NEW_QUOTAS /* Really -ac */
8- llseek: generic_file_llseek, /* BKL held */
9-#else
10 llseek: default_llseek, /* BKL held */
11-#endif
12 read: generic_file_read, /* BKL not held. Don't need */
13 write: ext3_file_write, /* BKL not held. Don't need */
14 ioctl: ext3_ioctl, /* BKL held */
15--- linux/include/linux/ext3_fs.h~ Sat Jul 28 18:24:50 2001
16+++ linux/include/linux/ext3_fs.h Sat Jul 28 23:21:14 2001
17@@ -712,9 +712,9 @@
18 /*
19 * Detect whether we're running old (Linus) quotas or new (Alan) quotas
20 */
21-#ifdef DQINFOOFF
22+/* #ifdef DQINFOOFF */
23 #define EXT3_NEW_QUOTAS
24-#endif
25+/* #endif */
26
27 #endif /* __KERNEL__ */
28
This page took 0.687636 seconds and 4 git commands to generate.