Skip to content

Commit cd25ba9

Browse files
committed
nilfs-utils: v2.2.7 release
Signed-off-by: Ryusuke Konishi <[email protected]>
1 parent ef281d5 commit cd25ba9

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Feb 7, 2014: shutcut for certain GC operations
4141
- add NILFS_IOCTL_SET_SUINFO ioctl support
4242
- add optimized version of nilfs_xreclaim_segment
4343
- and so forth.
44+
Oct 29, 2017: fix conflicting data buffer error
4445

4546
* Dan McGee <[email protected]>
4647
Dec 21, 2011: bunch of fixes and cleanups including:

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nilfs-utils-2.2.7 Sun Nov 5, 2017 JST
2+
3+
* Fix conflicting data buffer error; this fixes a cleanerd crash
4+
issue in some high loads that leads the file system to a disk
5+
full.
6+
17
nilfs-utils-2.2.6 Mon Oct 10, 2016 JST
28

39
* dumpseg: fix misuse of endian conversion macro for ss_nblocks

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dnl Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
66
# Process this file with autoconf to produce a configure script.
77

88
AC_PREREQ(2.60)
9-
AC_INIT(NILFS utils, 2.2.6, [email protected])
9+
AC_INIT(NILFS utils, 2.2.7, [email protected])
1010
AM_INIT_AUTOMAKE
1111
AC_CONFIG_SRCDIR([config.h.in])
1212
AC_CONFIG_HEADER([config.h])

lib/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ libnilfs_la_LDFLAGS = -version-info $(libnilfs_VERSIONINFO)
2929
libnilfs_la_LIBADD = librealpath.la libcrc32.la $(LIB_POSIX_SEM)
3030

3131
nilfsgc_CURRENT = 2
32-
nilfsgc_REVISION = 0
32+
nilfsgc_REVISION = 1
3333
nilfsgc_AGE = 2
3434
nilfsgc_VERSIONINFO = $(nilfsgc_CURRENT):$(nilfsgc_REVISION):$(nilfsgc_AGE)
3535

0 commit comments

Comments
 (0)