Re: How to free data block of ext2 fs?

2011-02-16 Thread Manish Katiyar
On Wed, Feb 16, 2011 at 10:02 AM, kashish bhatia wrote: > Hi all , > I wanted to free a data block from disk. So I made a loop device for ext2 fs > and inserted my module(code) through insmod command. > Here are the details : >  I found a function named ext2_free_data() which takes block numbers t

How to free data block of ext2 fs?

2011-02-16 Thread kashish bhatia
Hi all , I wanted to free a data block from disk. So I made a loop device for ext2 fs and inserted my module(code) through insmod command. Here are the details : I found a function named ext2_free_data() which takes block numbers to be freed as a parameter. The declaration of the function is as f