<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.3">
</HEAD>
<BODY>
I am working on the layered file systems. I came across a function called set_super_anon. <BR>
This is a callback to the sget function to compare the superblock . This function accepts two parameters. first is superblock * and second is void *.&nbsp; If you look at the definition of this function, the void* is never used. <BR>
Many filesystem uses this function when they are mounting the superblock. Some pass NULL and some pass actual data.I have looked till 2.6.31 but there isnt any trace of the usage of second parameter. <BR>
<BR>
If it is never used then why its added to the function param list?&nbsp; Is there any historical reason during the older kernel days? <BR>
<BR>
Regards,<BR>
Abhijit Pawar
</BODY>
</HTML>