Add fallocate to NEWS

This commit is contained in:
Miklos Szeredi
2012-07-19 15:02:02 +02:00
parent 3b5acfac06
commit 86439d5ab6
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
2012-04-24 Miklos Szeredi <miklos@szeredi.hu>
* Add fallocate operation. Patch by Anatol Pomozov
* Add fallocate operation. Only works on linux kernels 3.5 or
later. Patch by Anatol Pomozov
2012-05-16 Miklos Szeredi <miklos@szeredi.hu>
+2
View File
@@ -34,6 +34,8 @@ What is new in 2.9
o Add delete notification
o Add fallocate operation (linux kernel 3.5 or newer)
- Bug fixes and small improvements
============================================================================