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' inc

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

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

2010-12-16 Thread Tsutomu Itoh
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 $ ls -i foo 266 foo $ rm foo $ touch bar $ ls -