Displaying 3 results from an estimated 3 matches for "mark_info_dirty".
2004 Mar 11
1
2.6.4-mm1: modular quota needs unknown symbol
On Wed, Mar 10, 2004 at 11:31:40PM -0800, Andrew Morton wrote:
>...
> ext3-journalled-quotas-2.patch
> ext3: journalled quota
>...
This patch broke modular quota:
WARNING: /lib/modules/2.6.4-mm1/kernel/fs/quota_v2.ko needs unknown
symbol mark_info_dirty
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
2002 May 07
0
Re: SAMBA compile errors at XFS kernel.. (fwd)
...unsigned int dqi_flags;
unsigned int dqi_blocks;
unsigned int dqi_free_blk;
unsigned int dqi_free_entry;
};
/* Flags for version specific files */
#define DQF_MASK 0x0000 /* Mask for all valid ondisk flags */
#ifdef __KERNEL__
#define DQF_DIRTY 0x0010 /* Is info dirty? */
extern inline void mark_info_dirty(struct mem_dqinfo *info)
{
info->dqi_flags |= DQF_DIRTY;
}
#define info_dirty(info) ((info)->dqi_flags & DQF_DIRTY)
#endif
/*
* Structure of header of block with quota structures. It is padded to 16 bytes so
* there will be space for exactly 18 quota-entries in a block
*/
struct dis...
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi,
This is the second batch of Ocfs2 patches intended for the merge window. The
1st batch were sent out previously:
http://lkml.org/lkml/2008/12/19/280
The bulk of this set is comprised of Jan Kara's patches to add quota support
to Ocfs2. Many of the quota patches are to generic code, which I carried to
make merging of the Ocfs2 support easier. All of the non-ocfs2 patches
should have