Skip to content

Commit

Permalink
nilfs-utils: v2.2.7 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Nov 5, 2017
1 parent ef281d5 commit cd25ba9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Feb 7, 2014: shutcut for certain GC operations
- add NILFS_IOCTL_SET_SUINFO ioctl support
- add optimized version of nilfs_xreclaim_segment
- and so forth.
Oct 29, 2017: fix conflicting data buffer error

* Dan McGee <[email protected]>
Dec 21, 2011: bunch of fixes and cleanups including:
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nilfs-utils-2.2.7 Sun Nov 5, 2017 JST

* Fix conflicting data buffer error; this fixes a cleanerd crash
issue in some high loads that leads the file system to a disk
full.

nilfs-utils-2.2.6 Mon Oct 10, 2016 JST

* dumpseg: fix misuse of endian conversion macro for ss_nblocks
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.60)
AC_INIT(NILFS utils, 2.2.6, [email protected])
AC_INIT(NILFS utils, 2.2.7, [email protected])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libnilfs_la_LDFLAGS = -version-info $(libnilfs_VERSIONINFO)
libnilfs_la_LIBADD = librealpath.la libcrc32.la $(LIB_POSIX_SEM)

nilfsgc_CURRENT = 2
nilfsgc_REVISION = 0
nilfsgc_REVISION = 1
nilfsgc_AGE = 2
nilfsgc_VERSIONINFO = $(nilfsgc_CURRENT):$(nilfsgc_REVISION):$(nilfsgc_AGE)

Expand Down

0 comments on commit cd25ba9

Please sign in to comment.