Skip to content

Commit

Permalink
5.10.140 20221219
Browse files Browse the repository at this point in the history
Signed-off-by: J. R. Okajima <[email protected]>
  • Loading branch information
sfjro committed Dec 12, 2022
1 parent 5c7a079 commit 72075d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aufs5-loopback.patch
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ index af75a5ee4094..1d847cb194ff 100644
void *key_data;

diff --git a/fs/aufs/f_op.c b/fs/aufs/f_op.c
index 99ceca144044..e49dfe855032 100644
index c2924d055ebd..4efde401dbf4 100644
--- a/fs/aufs/f_op.c
+++ b/fs/aufs/f_op.c
@@ -304,7 +304,7 @@ static ssize_t aufs_read_iter(struct kiocb *kio, struct iov_iter *iov_iter)
Expand Down
2 changes: 1 addition & 1 deletion include/uapi/linux/aufs_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <limits.h>
#endif /* __KERNEL__ */

#define AUFS_VERSION "5.10.140-20220912"
#define AUFS_VERSION "5.10.140-20221219"

/* todo? move this to linux-2.6.19/include/magic.h */
#define AUFS_SUPER_MAGIC ('a' << 24 | 'u' << 16 | 'f' << 8 | 's')
Expand Down

0 comments on commit 72075d1

Please sign in to comment.