<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/asm-generic/bitops/ext2-atomic.h, branch v2.6.19</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/include/asm-generic/bitops/ext2-atomic.h?h=v2.6.19</id>
<link rel='self' href='https://git.amat.us/linux/atom/include/asm-generic/bitops/ext2-atomic.h?h=v2.6.19'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-03-26T16:57:11Z</updated>
<entry>
<title>[PATCH] bitops: generic ext2_{set,clear}_bit_atomic()</title>
<updated>2006-03-26T16:57:11Z</updated>
<author>
<name>Akinobu Mita</name>
<email>mita@miraclelinux.com</email>
</author>
<published>2006-03-26T09:39:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=765f34fe324bdf0c0544b3404d25aaa511e3834b'/>
<id>urn:sha1:765f34fe324bdf0c0544b3404d25aaa511e3834b</id>
<content type='text'>
This patch introduces the C-language equivalents of the functions below:

int ext2_set_bit_atomic(int nr, volatile unsigned long *addr);
int ext2_clear_bit_atomic(int nr, volatile unsigned long *addr);

In include/asm-generic/bitops/ext2-atomic.h

This code largely copied from: include/asm-sparc/bitops.h

Signed-off-by: Akinobu Mita &lt;mita@miraclelinux.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
