linux-doc: Include aufs documentation

svn path=/dists/sid/linux/; revision=20062
This commit is contained in:
Ben Hutchings 2013-05-09 00:41:03 +00:00
parent 8994c1719a
commit 46ec21bf0b
3 changed files with 1390 additions and 1 deletions

1
debian/changelog vendored
View File

@ -58,6 +58,7 @@ linux (3.8.12-1) UNRELEASED; urgency=low
- new copyup implementation
- pin the branch dir
- convert the plink list into hlist
* linux-doc: Include aufs documentation
-- Ben Hutchings <ben@decadent.org.uk> Mon, 06 May 2013 03:59:09 +0100

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,8 @@ done
{
cd "$aufs_dir" && \
{ find fs -type f; ls include/{uapi/,}linux/aufs_type.h; } | \
{ find Documentation fs -type f; \
ls include/{uapi/,}linux/aufs_type.h; } | \
LC_ALL=C sort | \
while read file; do
diff -uN a/"$file" "$file" | filterdiff --addnewprefix=b/