twx-linux/include/linux/ceph
Al Viro 5f60d5f6bb move asm/unaligned.h to linux/unaligned.h
asm/unaligned.h is always an include of asm-generic/unaligned.h;
might as well move that thing to linux/unaligned.h and include
that - there's nothing arch-specific in that header.

auto-generated by the following:

for i in `git grep -l -w asm/unaligned.h`; do
	sed -i -e "s/asm\/unaligned.h/linux\/unaligned.h/" $i
done
for i in `git grep -l -w asm-generic/unaligned.h`; do
	sed -i -e "s/asm-generic\/unaligned.h/linux\/unaligned.h/" $i
done
git mv include/asm-generic/unaligned.h include/linux/unaligned.h
git mv tools/include/asm-generic/unaligned.h tools/include/linux/unaligned.h
sed -i -e "/unaligned.h/d" include/asm-generic/Kbuild
sed -i -e "s/__ASM_GENERIC/__LINUX/" include/linux/unaligned.h tools/include/linux/unaligned.h
2024-10-02 17:23:23 -04:00
..
auth.h
buffer.h
ceph_debug.h ceph: Use no_printk() helper 2024-03-19 16:11:42 +01:00
ceph_features.h
ceph_frag.h
ceph_fs.h ceph: handle idmapped mounts in create_request_message() 2023-11-03 23:28:33 +01:00
ceph_hash.h
cls_lock_client.h
debugfs.h
decode.h move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
libceph.h move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
messenger.h libceph: just wait for more data to be available on the socket 2024-02-07 14:43:29 +01:00
mon_client.h ceph: Annotate struct ceph_monmap with __counted_by 2023-09-18 10:39:29 +01:00
msgpool.h
msgr.h
osd_client.h ceph: Remove unused declarations 2024-08-27 09:28:48 +02:00
osdmap.h
pagelist.h
rados.h libceph: add CEPH_OSD_OP_ASSERT_VER support 2023-08-24 11:24:35 +02:00
string_table.h
striper.h
types.h