Re: [BUG?] There is a possibility that 'i_ino' overflows

2010-12-21 Thread Chris Mason
Excerpts from Tsutomu Itoh's message of 2010-12-19 21:02:59 -0500: (2010/12/16 17:44), Tsutomu Itoh wrote: Hi, In btrfs, inode number is increased each time a new file or directory is made. Therefore, if the making deletion of the file is repeated, value of 'i_ino' increases

Re: [BUG?] There is a possibility that 'i_ino' overflows

2010-12-19 Thread Tsutomu Itoh
(2010/12/16 17:44), Tsutomu Itoh wrote: Hi, In btrfs, inode number is increased each time a new file or directory is made. Therefore, if the making deletion of the file is repeated, value of 'i_ino' increases rapidly. For example, inode number changes as follows. $ touch foo $