chiark / gitweb /
Need to use #elif defined(DEBIAN) here...
[elogind.git] / src / readahead-collect.c
index 5c9968a06e562d3c9a25370ed6ea3b455a600967..50c1a0b6844b835d816a2d5f52da0ee69d16d48d 100644 (file)
@@ -54,7 +54,6 @@
  *
  * - detect ssd on btrfs/lvm...
  * - read ahead directories
- * - sd_readahead_cancel
  * - gzip?
  * - remount rw?
  * - handle files where nothing is in mincore
@@ -201,7 +200,7 @@ static int qsort_compare(const void *a, const void *b) {
 
 static int collect(const char *root) {
         enum {
-                FD_FANOTIFY,  /* Get the actualy fs events */
+                FD_FANOTIFY,  /* Get the actual fs events */
                 FD_SIGNAL,
                 FD_INOTIFY,   /* We get notifications to quit early via this fd */
                 _FD_MAX